Authored by wangnan

add config

... ... @@ -16,5 +16,22 @@ search.index.translog.flush_threshold_ops=${search.index.translog.flush_threshol
#rebuild
zkAddress=${zkAddress}
#indexRebuild
search.index.batch.limit=1000
search.index.batch.max.thread.size=10
#search
search.minimum.should.match=30%
search.operator=or
search.use.cache=true
search.multiMatchQuery.type=CROSS_FIELDS
search.suggust.field=suggest^1
search.default.field.bizArea=name^300,english_name^200,name_tc^200,des^100
search.default.field.store=store_name^300,store_english_name^200,store_name_tc^200,store_first^200,des^100
search.default.field.topic=title^300,title_tc^200
search.default.field.line=title^300,title_tc^200
search.default.field.comment=description^300
#web.content
web.context=yohomars-search-service
\ No newline at end of file
web.context=yohomars-search
\ No newline at end of file
... ...