Showing
1 changed file
with
18 additions
and
1 deletions
@@ -16,5 +16,22 @@ search.index.translog.flush_threshold_ops=${search.index.translog.flush_threshol | @@ -16,5 +16,22 @@ search.index.translog.flush_threshold_ops=${search.index.translog.flush_threshol | ||
16 | #rebuild | 16 | #rebuild |
17 | zkAddress=${zkAddress} | 17 | zkAddress=${zkAddress} |
18 | 18 | ||
19 | +#indexRebuild | ||
20 | +search.index.batch.limit=1000 | ||
21 | +search.index.batch.max.thread.size=10 | ||
22 | + | ||
23 | +#search | ||
24 | +search.minimum.should.match=30% | ||
25 | +search.operator=or | ||
26 | +search.use.cache=true | ||
27 | +search.multiMatchQuery.type=CROSS_FIELDS | ||
28 | +search.suggust.field=suggest^1 | ||
29 | +search.default.field.bizArea=name^300,english_name^200,name_tc^200,des^100 | ||
30 | +search.default.field.store=store_name^300,store_english_name^200,store_name_tc^200,store_first^200,des^100 | ||
31 | +search.default.field.topic=title^300,title_tc^200 | ||
32 | +search.default.field.line=title^300,title_tc^200 | ||
33 | +search.default.field.comment=description^300 | ||
34 | + | ||
35 | + | ||
19 | #web.content | 36 | #web.content |
20 | -web.context=yohomars-search-service | ||
37 | +web.context=yohomars-search |
-
Please register or login to post a comment