Closed
Description
Elasticsearch version: 5.2.0
Plugins installed: None
JVM version: 1.8.0_74
OS version: macOS 10.12.3
In our case, almost all our queries are only bool queries with term filters. So we would like to enable the term_queries setting in index.queries.cache.term_queries
as described in the pull request #21566
Steps to reproduce:
- https://gist.github.com/sundarv85/5aec5d8a50958bee5891e10d11b87fae
- I ran the above gist, but I still do not see the term queries to be cached. The "query_cache" object in
GET _nodes/stats?pretty
is empty. Am I missing something here?
Metadata
Metadata
Assignees
Labels
No labels