config.properties 926 Bytes
#es
yohomarssearch.es.cluster.name=yohosearch_test
yohomarssearch.es.servers=192.168.102.209:9300 192.168.102.216:9300
yohomarssearch.index.number_of_replicas=0
yohomarssearch.index.refresh_interval=10s
yohomarssearch.index.translog.flush_threshold_ops=10000

#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.suggest.field=suggest^1
search.default.field.bizArea=name^300,english_name^200,name_tc^200,des^100
search.default.field.store=store_name^1000,store_english_name^1000,store_name_tc^1000,store_first^500,address_full^300,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

#zkAddress
zkAddress=192.168.102.216:2181