OpenSearch/docs/reference/mapping
Jim Ferenczi 0791f93dbd
Add an option to split keyword field on whitespace at query time (#30691)
This change adds an option named `split_queries_on_whitespace` to the `keyword`
field type. When set to true full text queries (`match`, `multi_match`, `query_string`, ...) that target the field will split the input on whitespace to build the query terms. Defaults to `false`.
Closes #30393
2018-06-01 09:47:03 +02: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 Add an option to split keyword field on whitespace at query time (#30691) 2018-06-01 09:47:03 +02: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