...
|
...
|
@@ -5,3 +5,17 @@ autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/aut |
|
|
yoho.search.service.env.namespace = yohosearch
|
|
|
yoho.search.service.env.serverport = 0
|
|
|
yoho.search.service.env.webapphome = /home/test/yoho-search-service/deploy
|
|
|
|
|
|
##tpl adaptor
|
|
|
tpl.adaptor.valid = true
|
|
|
|
|
|
##search.use.cache[ehCache/redisCache]
|
|
|
search.use.cache = true
|
|
|
search.cache.type = redisCache
|
|
|
|
|
|
search.open.downgrade = true
|
|
|
search.personalized.switch = true
|
|
|
search.personalized.max.should = 50
|
|
|
|
|
|
search.multiMatchQuery.type=CROSS_FIELDS
|
|
|
|
...
|
...
|
|