OpenSearch/docs/reference/mapping
markharwood 2c74f3e22c
Backport of new wildcard field type (#53590)
* New wildcard field optimised for wildcard queries (#49993)

Indexes values using size 3 ngrams and also stores the full original as a binary doc value.
Wildcard queries operate by using a cheap approximation query on the ngram field followed up by a more expensive verification query using an automaton on the binary doc values.  Also supports aggregations and sorting.
2020-03-16 15:07:13 +00:00
..
dynamic Add validation for dynamic templates (#52890) 2020-02-28 10:35:04 +01:00
fields [Docs] Fix syntax error leading to wrong doc ID (#48554) 2019-10-29 10:27:23 +01:00
params [DOCS] Correct guidance for `index_options` mapping parm (#52899) 2020-03-02 07:39:35 -05:00
types Backport of new wildcard field type (#53590) 2020-03-16 15:07:13 +00:00
dynamic-mapping.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46441) (#46451) 2019-09-06 11:31:13 -04:00
fields.asciidoc Fix docs of the `_ignored` meta field. 2018-05-02 11:43:50 +02:00
params.asciidoc Add per-field metadata. (#50333) 2020-01-08 16:21:18 +01:00
removal_of_types.asciidoc Stricter checks of setup and teardown in docs tests (#51430) 2020-01-28 16:52:23 +01:00
types.asciidoc Backport of new wildcard field type (#53590) 2020-03-16 15:07:13 +00:00