elasticsearch响应点击没有出现

时间:2018-05-26 08:31:54

标签: elasticsearch

我正在使用elasticsearch,在运行搜索后,这就是我得到的回复

STR_TO_DATE(ATTTIME, '%H:%i')

我的问题是为什么hits.total = 1但是hits.hits是空的?

以下是我使用的查询:

{'took': 7, 'timed_out': False, '_shards': {'total': 5, 'successful': 5, 'skipped': 0, 'failed': 0}, 'hits': {'total': 1, 'max_score': 0.2876821, 'hits': []}}

我知道我的节点中存在数据,因为当我在下面进行搜索时(在post请求中使用相同的url + index +类型),我得到hits.hits以填充结果。

"query": {
    "bool": {
        "must": [
         {"match_phrase": { "theName": "bill" } }
        ]
    }
}

1 个答案:

答案 0 :(得分:0)

我从= 40开始导致了这个问题。