OpenSearch/docs/reference/query-dsl
Adrien Grand bc86796592 Core: Remove terms filter cache.
This is our only cache which is not 'exact' and might allow for stalled results.
Additionally, a similar cache that we have and needs to perform lookups in other
indices in order to run queries is the script index, and for this index we rely
on the filesystem cache, so we should probably do the same with terms filters
lookups.

Close #9056
2015-01-06 17:21:20 +01:00
..
filters Core: Remove terms filter cache. 2015-01-06 17:21:20 +01:00
queries Docs: The regexp query defaults to the `ALL` flag, and removed 2014-12-30 19:53:31 +01:00
filters.asciidoc [Docs] Improve documentation of the new caching policy for filters. 2014-12-22 17:14:47 +01:00
queries.asciidoc MLT Field Query: remove it from master 2014-10-29 10:19:00 +01:00