Package | Description |
---|---|
org.apache.solr.legacy |
Deprecated stuff!
|
Modifier and Type | Method and Description |
---|---|
static LegacyNumericRangeQuery<Double> |
LegacyNumericRangeQuery.newDoubleRange(String field,
Double min,
Double max,
boolean minInclusive,
boolean maxInclusive)
Deprecated.
Factory that creates a
LegacyNumericRangeQuery , that queries a double
range using the default precisionStep LegacyNumericUtils.PRECISION_STEP_DEFAULT (16). |
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<Float> |
LegacyNumericRangeQuery.newFloatRange(String field,
Float min,
Float max,
boolean minInclusive,
boolean maxInclusive)
Deprecated.
Factory that creates a
LegacyNumericRangeQuery , that queries a float
range using the default precisionStep LegacyNumericUtils.PRECISION_STEP_DEFAULT_32 (8). |
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<Integer> |
LegacyNumericRangeQuery.newIntRange(String field,
Integer min,
Integer max,
boolean minInclusive,
boolean maxInclusive)
Deprecated.
Factory that creates a
LegacyNumericRangeQuery , that queries a int
range using the default precisionStep LegacyNumericUtils.PRECISION_STEP_DEFAULT_32 (8). |
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<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.
Factory that creates a
LegacyNumericRangeQuery , that queries a long
range using the default precisionStep LegacyNumericUtils.PRECISION_STEP_DEFAULT (16). |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.