OpenSearch/modules
Adrien Grand e50eeeaffb Refactor fielddata mappings. #17148
The fielddata settings in mappings have been refatored so that:
 - text and string have a `fielddata` (boolean) setting that tells whether it
   is ok to load in-memory fielddata. It is true by default for now but the
   plan is to make it default to false for text fields.
 - text and string have a `fielddata_frequency_filter` which contains the same
   thing as `fielddata.filter.frequency` used to (but validated at parsing time
   instead of being unchecked settings)
 - regex fielddata filtering is not supported anymore and will be dropped from
   mappings automatically on upgrade.
 - text, string and _parent fields have an `eager_global_ordinals` (boolean)
   setting that tells whether to load global ordinals eagerly on refresh.
 - in-memory fielddata is not supported on keyword fields anymore at all.
 - the `fielddata` setting is not supported on other fields that text and string
   and will be dropped when upgrading if specified.
2016-03-23 09:48:13 +01:00
..
ingest-grok Add infrastructure to run REST tests on a multi-version cluster 2016-03-13 10:52:39 +01:00
lang-expression Added one minor comment for expressions tests. 2016-03-14 13:19:52 -07:00
lang-groovy Refactor fielddata mappings. #17148 2016-03-23 09:48:13 +01:00
lang-mustache Remove ClusterService interface, in favor of it's only production instance #17183 2016-03-21 13:55:10 +01:00
lang-painless Split up Analyzer and Writer into multiple pieces. 2016-03-17 10:15:13 -07:00
reindex [reindex] Add thottling support 2016-03-22 12:34:14 -04:00
build.gradle Revert "Build: Switch to maven-publish plugin" 2016-03-18 17:22:25 -07:00