elasticsearch/docs/reference/mapping
markharwood a2a4756736
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 09:54:10 +00:00
..
dynamic Add validation for dynamic templates (#51233) 2020-02-27 11:52:27 +01:00
fields Stop ignoring types warnings in REST tests. (#49333) 2019-11-20 08:23:56 -08:00
params [DOCS] Correct guidance for index_options mapping parm (#52899) 2020-03-02 07:37:48 -05:00
types New wildcard field optimised for wildcard queries (#49993) 2020-03-16 09:54:10 +00:00
dynamic-mapping.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46441) 2019-09-06 10:55:16 -04:00
fields.asciidoc Fix docs of the _ignored meta field. 2018-05-02 11:43:50 +02:00
params.asciidoc Remove docs related to index time boosting (#51704) 2020-01-31 09:01:52 -05:00
removal_of_types.asciidoc Stricter checks of setup and teardown in docs tests (#51430) 2020-01-28 17:53:57 +01:00
types.asciidoc New wildcard field optimised for wildcard queries (#49993) 2020-03-16 09:54:10 +00:00