config.properties 996 Bytes
#search-mq
search.mq.server=192.168.102.216
search.mq.port=5672
search.mq.username=admin1
search.mq.password=123qwe
search.mq.exchange=yoho_search
search.mq.virtualHost=/yohosearch

#zk
zkAddress=192.168.102.216:2181

#rebuild config
search.index.batch.limit=2500
search.index.batch.limit.tbl=2000
search.index.batch.max.thread.size=10

#tbl
tbl.product.private.key=a85bb0674e08986c6b115d5e3a4884fa
tbl.product.url=http://test.soa.global.yohobuy.com/product/api/v1/detail/

#adaptor
tpl.adaptor.valid=true
tpl.adaptor.domain=http://192.168.102.216:8085/search-adaptor

#web.content
web.context=search-consumer

#search
search.minimum.should.match=4<90%
search.operator=or
search.multiMatchQuery.type=CROSS_FIELDS

#suggestion
suggestion.count.batch.limit=300
suggestion.count.batch.max.thread.size=1
suggestion.discover.batch.limit=500
suggestion.discover.batch.max.thread.size=3
suggestion.count.agg.size=10000
suggestion.count.agg.mindoc=5

#not log profile.threshold
profile.threshold=10000000