Commit 61e2c656 by guos

会员标签4.0

parent d8044421
......@@ -278,7 +278,7 @@ public class TagProcessManager {
conf.put("es.nodes", AppEnvUtil.ES_NODES);
conf.put("es.mapping.date.rich", "false");
conf.put("es.index.auto.create", "true");
conf.put("es.mapping.id", "memberId");
conf.put("es.mapping.id", "id");
conf.put("es.write.operation", "upsert");
conf.put("es.batch.size.bytes", "1024k");
conf.put("es.batch.size.entries", "1500");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment