config.properties
996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#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