Showing
1 changed file
with
4 additions
and
1 deletions
@@ -6,6 +6,9 @@ yoho.search.service.env.namespace = yohosearch | @@ -6,6 +6,9 @@ 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 | 8 | ||
9 | +yoho.logs.level = WARN | ||
10 | +yoho.logs.maxHistory = 10 | ||
11 | + | ||
9 | ##tpl adaptor | 12 | ##tpl adaptor |
10 | tpl.adaptor.valid = false | 13 | tpl.adaptor.valid = false |
11 | 14 | ||
@@ -18,4 +21,4 @@ search.personalized.switch = true | @@ -18,4 +21,4 @@ search.personalized.switch = true | ||
18 | search.personalized.max.should = 50 | 21 | search.personalized.max.should = 50 |
19 | 22 | ||
20 | 23 | ||
21 | -search.multiMatchQuery.type=BEST_FIELDS | ||
24 | +search.multiMatchQuery.type=BEST_FIELDS |
-
Please register or login to post a comment