ElasticSearch: No filter registered for [match]]

后端 未结 3 1234
被撕碎了的回忆
被撕碎了的回忆 2020-12-16 01:48

I\'m trying to do this query to my ElasticSearch Server.

{
    \"query\" : {
        \"match\" : {
            \"name\" : \"network\"
        }
    },
    \"         


        
3条回答
  •  渐次进展
    2020-12-16 02:21

    For anyone coming across this who migrated up major version(s) to elastic search 5, this filtered query is now depreciated and you should use a bool query instead. https://discuss.elastic.co/t/no-query-registered-for-filter/49602

提交回复
热议问题