OpenSearch/modules/percolator
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
..
src Fix the MapperFieldType.rangeQuery API. (#26552) 2017-09-11 11:02:05 +02:00
build.gradle Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00