Class NumericRangeQueryBuilder
Creates a
| Attribute nameValuesRequiredDefault | |
|---|---|
| fieldNameStringYesN/A | |
lowerTermSpecified by typeYesN/A | |
upperTermSpecified by typeYesN/A | |
| typeint, long, float, doubleNoint | |
| includeLowertrue, falseNotrue | |
| includeUppertrue, falseNotrue | |
| precisionStepintNo4 |
A ParserException will be thrown if an error occurs parsing the
supplied lowerTerm or upperTerm into the numeric type
specified by type.
Inheritance
System.Object
NumericRangeQueryBuilder
Implements
Namespace: Lucene.Net.QueryParsers.Xml.Builders
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class NumericRangeQueryBuilder : object, IQueryBuilder
Methods
| Improve this Doc View SourceGetQuery(XmlElement)
Declaration
public virtual Query GetQuery(XmlElement e)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlElement | e |
Returns
| Type | Description |
|---|---|
| Query |