elasticsearch/docs/reference/mapping
Yannick Welsch 0592c4cd7e
Allow doc-values only search on boolean fields (#82925)
Allows searching on boolean fields when those fields are not indexed (index: false) but just doc values are enabled.

This enables searches on archive data, which has access to doc values but not index structures. When combined with
searchable snapshots, it allows downloading only data for a given (doc value) field to quickly filter down to a select set
of documents.

Relates #81210 and #52728
2022-01-24 14:27:06 +01:00
..
dynamic [DOCS] Clarify that `null` values don't create dynamic field mappings (#82769) 2022-01-19 09:08:36 -05:00
fields [DOCS] Custom routing for data streams 2021-11-10 07:11:50 -06:00
params Allow doc-values only search on boolean fields (#82925) 2022-01-24 14:27:06 +01:00
types Allow doc-values only search on boolean fields (#82925) 2022-01-24 14:27:06 +01:00
dynamic-mapping.asciidoc
explicit-mapping.asciidoc
fields.asciidoc Support fetching _tier field value (#71379) 2021-04-08 11:41:52 -07:00
mapping-settings-limit.asciidoc [DOCS] Relocate `index.mapping.dimension_fields.limit` setting docs (#80964) 2021-11-23 14:51:28 -05:00
params.asciidoc
removal_of_types.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
runtime.asciidoc Fix typo (#80925) 2021-11-23 16:28:53 -05:00
types.asciidoc [DOCS] Change field alias anchor (#73043) 2021-05-13 09:32:36 -04:00