PointRangeQueryBuilder
instead@Deprecated public class LegacyNumericRangeQueryBuilder extends java.lang.Object implements QueryBuilder
LegacyNumericRangeQuery
. The table below specifies the required
attributes and the defaults if optional attributes are omitted. For more
detail on what each of the attributes actually do, consult the documentation
for LegacyNumericRangeQuery
:
Attribute name | Values | Required | Default |
---|---|---|---|
fieldName | String | Yes | N/A |
lowerTerm | Specified by type | No | Null |
upperTerm | Specified by type | No | Null |
type | int, long, float, double | No | int |
includeLower | true, false | No | true |
includeUpper | true, false | No | true |
precisionStep | Integer | No | 4 |
A ParserException
will be thrown if an error occurs parsing the
supplied lowerTerm or upperTerm into the numeric type
specified by type.
Constructor and Description |
---|
LegacyNumericRangeQueryBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Query |
getQuery(org.w3c.dom.Element e)
Deprecated.
|
public LegacyNumericRangeQueryBuilder()
public Query getQuery(org.w3c.dom.Element e) throws ParserException
getQuery
in interface QueryBuilder
ParserException