(a, b, c and d are sub-fields of a nested object) using the Java API version 2.2 (I cannot update them).
The problem is that the Java API seems to allow only a single field inside the Range Query:
RangeQueryBuilder rangeQueryBuilder = new RangeQueryBuilder("a");
rangeQueryBuilder.lte(1);
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.