弹性搜索6返回重复项

时间:2018-03-20 18:08:16

标签: elasticsearch duplicates elasticsearch-6

我有代码:

page = es.search(index = index, scroll  = scroll_exp, sort = "_doc", from_ = scroll_from, body = body) 

我正在尝试并行执行此代码。代码在两台不同的机器上执行。但在这两种情况下,返回的页面在两台机器上都是相同的(尽管它们应该是不同的)。 任何想法为什么会这样?

0 个答案:

没有答案