OpenSearch/docs/reference/mapping
Alan Woodward 0427339ab0
Index phrases (#30450)
Specifying `index_phrases: true` on a text field mapping will add a subsidiary
[field]._index_phrase field, indexing two-term shingles from the parent field.
The parent analysis chain is re-used, wrapped with a FixedShingleFilter.

At query time, if a phrase match query is executed, the mapping will redirect it
to run against the subsidiary field.

This should trade faster phrase querying for a larger index and longer indexing
times.

Relates to #27049
2018-06-04 08:50:35 +01:00
..
dynamic Reject updates to the `_default_` mapping. (#29165) 2018-03-21 10:44:11 +01:00
fields Add a new `_ignored` meta field. (#29658) 2018-05-02 10:47:02 +02:00
params Default to one shard (#30539) 2018-05-14 12:22:35 -04:00
types Index phrases (#30450) 2018-06-04 08:50:35 +01:00
dynamic-mapping.asciidoc Reject updates to the `_default_` mapping. (#29165) 2018-03-21 10:44:11 +01:00
fields.asciidoc Fix docs of the `_ignored` meta field. 2018-05-02 11:43:50 +02:00
params.asciidoc Reorganize docs of global ordinals. (#24982) 2017-06-01 16:47:44 +02:00
removal_of_types.asciidoc Update plan for the removal of mapping types. (#29586) 2018-04-19 15:09:14 +02:00
types.asciidoc Expose Lucene's FeatureField. (#30618) 2018-05-23 08:55:21 +02:00