Showing
1 changed file
with
15 additions
and
1 deletions
@@ -16,4 +16,18 @@ tpl.adaptor.domain = http://search.adaptor.yohoops.org:8085/search-adaptor | @@ -16,4 +16,18 @@ tpl.adaptor.domain = http://search.adaptor.yohoops.org:8085/search-adaptor | ||
16 | build.productindex.use.code=true | 16 | build.productindex.use.code=true |
17 | 17 | ||
18 | #build.storageskuindex.use.code | 18 | #build.storageskuindex.use.code |
19 | -build.storageskuindex.use.code=true | ||
19 | +build.storageskuindex.use.code=true | ||
20 | + | ||
21 | +#consumer index config | ||
22 | +search.index.batch.limit=5000 | ||
23 | +search.index.batch.limit.tbl=2000 | ||
24 | +search.index.batch.max.thread.size=10 | ||
25 | + | ||
26 | +#suggest count | ||
27 | +suggestion.count.batch.limit=300 | ||
28 | +suggestion.count.batch.max.thread.size=1 | ||
29 | +suggestion.discover.batch.limit=500 | ||
30 | +suggestion.discover.batch.max.thread.size=3 | ||
31 | +suggestion.count.agg.size=10000 | ||
32 | +suggestion.count.agg.mindoc=5 | ||
33 | + |
-
Please register or login to post a comment