OpenSearch/server
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
..
cli Add useful message when no input from terminal (#29369) 2018-04-10 21:50:39 -04:00
licenses Upgrade to Lucene-7.4-snapshot-1cbadda4d3 (#30928) 2018-05-29 12:29:52 -04:00
src Index phrases (#30450) 2018-06-04 08:50:35 +01:00
build.gradle Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00