OpenSearch/plugins/analysis-icu/src
Adrien Grand 1adee8b5a8 Fix the MapperFieldType.rangeQuery API. (#26552)
RangeQueryBuilder needs to perform too many `instanceof` checks in order to
check for `date` or `range` fields in order to know what it should do with the
shape relation, time zone and date format.

This commit adds those 3 parameters to the `rangeQuery` factory method so that
those instanceof checks are not necessary anymore.
2017-09-11 11:02:05 +02:00
..
main/java/org/elasticsearch ICU plugin: use root locale by default for collators (#26413) 2017-08-29 08:58:36 -07:00
test Fix the MapperFieldType.rangeQuery API. (#26552) 2017-09-11 11:02:05 +02:00