elasticsearch/docs/reference/mapping
Adrien Grand 52a0eca8c4
Add match_only_text, a space-efficient variant of text. (#72064)
This adds a new `match_only_text` field, which indexes the same data as a `text`
field that has `index_options: docs` and `norms: false` and uses the `_source`
for positional queries like `match_phrase`. Unlike `text`, this field doesn't
support scoring.
2021-04-22 14:47:54 +02:00
..
dynamic Allow specify dynamic templates in bulk request (#71518) 2021-04-10 10:14:11 -04:00
fields New queryable "_tier" metadata field (#69288) (#71123) 2021-04-07 15:44:32 +01:00
params [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
types Add match_only_text, a space-efficient variant of text. (#72064) 2021-04-22 14:47:54 +02:00
dynamic-mapping.asciidoc [DOCS] Clean up index template xrefs (#67264) (#67272) 2021-01-11 12:58:00 -05:00
explicit-mapping.asciidoc [DOCS] Replace put with create or update in API names (#70330) (#70421) 2021-03-15 17:16:13 -04:00
fields.asciidoc Support fetching _tier field value (#71379) 2021-04-08 12:57:48 -07:00
mapping-settings-limit.asciidoc [DOCS] [7.x] Add docs for runtime fields (#62653) (#66140) 2020-12-09 19:32:15 -05:00
params.asciidoc Clarify field data cache behavior in docs (#64375) 2020-11-20 13:56:02 -08:00
removal_of_types.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
runtime.asciidoc Rename on_script_error options to fail or continue (#71841) 2021-04-20 11:35:34 +02:00
types.asciidoc Add match_only_text, a space-efficient variant of text. (#72064) 2021-04-22 14:47:54 +02:00