OpenSearch/modules/lang-mustache
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
..
licenses get gradle check passing for lang-mustache 2015-12-09 00:10:37 -05:00
src Replace FieldStatsProvider with a method on MappedFieldType. #17334 2016-04-01 10:28:58 +02:00
build.gradle Use setting in integration test cluster config 2016-03-15 17:45:17 -04:00