This filter matches the documents looking for terms that fall into the supplied range according to {@link Byte#compareTo(Byte)}, It is not intended for numerical ranges; use {@link NumericRangeFilter} instead.
If you construct a large number of range filters with different ranges but on the same field, {@link FieldCacheRangeFilter} may have significantly better performance. @since 2.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|