我使用了这个查询curl localhost:9200/tweets/user/_search?size=25
,es 1.4.2
得到了以下结果:
{
"took": 5,
"timed_out": false,
"_shards": {
"total": 6,
"successful": 6,
"failed": 0
},
"hits": {
"total": 294633,
"max_score": 1,
"hits": [
...
带有文件清单。
当我在 上运行相同的查询时es 2.3.0
,我得到了相同的命中,但文档完全不同。
可能是什么原因?