static LegacyNumericRangeQuery<Double> |
LegacyNumericRangeQuery.newDoubleRange(String field,
int precisionStep,
Double min,
Double max,
boolean minInclusive,
boolean maxInclusive) |
Deprecated.
Factory that creates a LegacyNumericRangeQuery , that queries a double
range using the given precisionStep .
|
static LegacyNumericRangeQuery<Double> |
LegacyNumericRangeQuery.newDoubleRange(String field,
Double min,
Double max,
boolean minInclusive,
boolean maxInclusive) |
Deprecated.
|
static LegacyNumericRangeQuery<Float> |
LegacyNumericRangeQuery.newFloatRange(String field,
int precisionStep,
Float min,
Float max,
boolean minInclusive,
boolean maxInclusive) |
Deprecated.
Factory that creates a LegacyNumericRangeQuery , that queries a float
range using the given precisionStep .
|
static LegacyNumericRangeQuery<Float> |
LegacyNumericRangeQuery.newFloatRange(String field,
Float min,
Float max,
boolean minInclusive,
boolean maxInclusive) |
Deprecated.
|
static LegacyNumericRangeQuery<Integer> |
LegacyNumericRangeQuery.newIntRange(String field,
int precisionStep,
Integer min,
Integer max,
boolean minInclusive,
boolean maxInclusive) |
Deprecated.
Factory that creates a LegacyNumericRangeQuery , that queries a int
range using the given precisionStep .
|
static LegacyNumericRangeQuery<Integer> |
LegacyNumericRangeQuery.newIntRange(String field,
Integer min,
Integer max,
boolean minInclusive,
boolean maxInclusive) |
Deprecated.
|
static LegacyNumericRangeQuery<Long> |
LegacyNumericRangeQuery.newLongRange(String field,
int precisionStep,
Long min,
Long max,
boolean minInclusive,
boolean maxInclusive) |
Deprecated.
Factory that creates a LegacyNumericRangeQuery , that queries a long
range using the given precisionStep .
|
static LegacyNumericRangeQuery<Long> |
LegacyNumericRangeQuery.newLongRange(String field,
Long min,
Long max,
boolean minInclusive,
boolean maxInclusive) |
Deprecated.
|