OpenSearch/docs/reference/query-dsl
Matt Weber a841a422f6 Add a field data based TermsFilter
Add FieldDataTermsFilter that compares terms out of
the fielddata cache. When filtering on a large
set of terms this filter can be considerably faster
than using a standard lucene terms filter.

Add the "fielddata" execution mode to the
terms filter parser to enable the use of
the new FieldDataTermsFilter.

Add supporting tests and documentation.

Closes #4209
2013-11-19 19:18:16 +01:00
..
filters Add a field data based TermsFilter 2013-11-19 19:18:16 +01:00
queries Minor improvements to indices filter and query & updated docs 2013-11-14 17:25:34 +01:00
filters.asciidoc Minor improvements to indices filter and query & updated docs 2013-11-14 17:25:34 +01:00
queries.asciidoc [DOCS] Added pages explaining lucene query parser syntax and regular expression syntax 2013-10-07 14:42:49 +02:00