OpenSearch/modules
Adrien Grand 4c4bbb3e45 Replace FieldStatsProvider with a method on MappedFieldType. #17334
FieldStatsProvider had to perform instanceof calls to properly handle dates or
ip addresses. By moving the logic to MappedFieldType, each field type can check
whether all values are within bounds its way.

Note that this commit only keeps rewriting support for dates, which are the only
field for which the rewriting mechanism is likely to help (because of time-based
indices).
2016-04-01 10:28:58 +02:00
..
ingest-grok Handle regex parsing errors in Gsub and Grok Processors 2016-03-22 15:06:29 -07:00
lang-expression Disable fielddata on text fields by defaults. #17386 2016-03-30 14:35:32 +02:00
lang-groovy Merge branch 'master' into enhancement/discovery_node_one_getter 2016-03-30 17:22:40 +02:00
lang-mustache Replace FieldStatsProvider with a method on MappedFieldType. #17334 2016-04-01 10:28:58 +02:00
lang-painless Painless clean up including fixing _score issues and improving type 2016-03-30 16:40:17 -07:00
reindex [reindex] Don't get rejected 2016-03-31 14:50:14 -04:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00