OpenSearch/plugins/analysis-stempel
Adrien Grand eef19be072 Deprecate string in favor of text/keyword. #16877
This commit removes the ability to use string fields on indices created on or
after 5.0. Dynamic mappings now generate text fields by default for strings
but there are plans to also add a sub keyword field (in a future PR).

Most of the changes in this commit are just about replacing string with
keyword or text. Some tests have been removed because they existed because of
corner cases of string mappings like setting ignore-above on a text field or
enabling term vectors on a keyword field which are now impossible.

The plan is to remove strings entirely in 6.0.
2016-03-03 10:20:56 +01:00
..
licenses Upgrade to Lucene 5.5.0 official release 2016-02-20 17:34:16 -05:00
src Deprecate string in favor of text/keyword. #16877 2016-03-03 10:20:56 +01:00
build.gradle Switch build system to Gradle 2015-10-29 11:40:19 -07:00