Myindex/_stats?filter_path=indices.**.query_cache got {}

{
"query": {
    "bool":{
        "filter":{
           "bool":{
             "must":[
                   {"match_phrase" : {  "text" :"123" }},
					{"match_phrase" : {  "text" :"245" }},
					{"match_phrase" : {  "text" :"789" }}
                  ]
           }
        }
    }
}

}

I use the above DSL to query, and the results of three times are getting faster and faster.But, why myindex/_stats?filter_path=indices.**.query_cache got {}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.