OpenSearch/plugins
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
..
analysis-icu Deprecate string in favor of text/keyword. #16877 2016-03-03 10:20:56 +01:00
analysis-kuromoji Deprecate string in favor of text/keyword. #16877 2016-03-03 10:20:56 +01:00
analysis-phonetic Deprecate string in favor of text/keyword. #16877 2016-03-03 10:20:56 +01:00
analysis-smartcn Deprecate string in favor of text/keyword. #16877 2016-03-03 10:20:56 +01:00
analysis-stempel Deprecate string in favor of text/keyword. #16877 2016-03-03 10:20:56 +01:00
delete-by-query Uppercase ells ('L') in long literals 2016-01-30 22:16:02 -05:00
discovery-azure Remove DiscoveryService and reduce guice to just Discovery #16821 2016-02-29 20:23:38 +01:00
discovery-ec2 Remove DiscoveryService and reduce guice to just Discovery #16821 2016-02-29 20:23:38 +01:00
discovery-gce Merge pull request #16860 from s1monw/issues/16485 2016-03-01 08:55:43 +01:00
ingest-attachment Tests: Fix AttachmentProcessorFactoryTests to only check for existing fields 2016-02-10 15:29:16 +01:00
ingest-geoip updated SHAs 2016-02-28 13:20:39 +01:00
jvm-example Merge pull request #16038 from rjernst/remove_site_plugin 2016-01-21 12:32:22 -08:00
lang-javascript Add permission to access sun.reflect.MethodAccessorImpl from Groovy scripts 2016-02-09 16:47:38 +01:00
lang-python Remove optional logger wrappers 2016-02-26 16:41:07 -05:00
mapper-attachments Deprecate string in favor of text/keyword. #16877 2016-03-03 10:20:56 +01:00
mapper-murmur3 Deprecate string in favor of text/keyword. #16877 2016-03-03 10:20:56 +01:00
mapper-size Deprecate string in favor of text/keyword. #16877 2016-03-03 10:20:56 +01:00
repository-azure Use new settings infra to parse AzureStorageSettings 2016-03-03 10:01:14 +01:00
repository-hdfs Remove optional logger wrappers 2016-02-26 16:41:07 -05:00
repository-s3 Bump Elasticsearch version to 5.0.0-SNAPSHOT 2016-03-01 17:03:47 -05:00
store-smb fix eclipse to compile at all. why does the build not fail? 2016-02-04 18:57:53 -05:00
build.gradle Build: Add fixture capabilities to integ tests 2015-12-19 15:46:21 -08:00