Update yoho-search-service-autoconfig.properties
Showing
1 changed file
with
14 additions
and
0 deletions
@@ -5,3 +5,17 @@ autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/aut | @@ -5,3 +5,17 @@ autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/aut | ||
5 | yoho.search.service.env.namespace = yohosearch | 5 | yoho.search.service.env.namespace = yohosearch |
6 | yoho.search.service.env.serverport = 0 | 6 | yoho.search.service.env.serverport = 0 |
7 | yoho.search.service.env.webapphome = /home/test/yoho-search-service/deploy | 7 | yoho.search.service.env.webapphome = /home/test/yoho-search-service/deploy |
8 | + | ||
9 | +##tpl adaptor | ||
10 | +tpl.adaptor.valid = true | ||
11 | + | ||
12 | +##search.use.cache[ehCache/redisCache] | ||
13 | +search.use.cache = true | ||
14 | +search.cache.type = redisCache | ||
15 | + | ||
16 | +search.open.downgrade = true | ||
17 | +search.personalized.switch = true | ||
18 | +search.personalized.max.should = 50 | ||
19 | + | ||
20 | +search.multiMatchQuery.type=CROSS_FIELDS | ||
21 | + |
-
Please register or login to post a comment