C# Class Lucene.Net.QueryParsers.Flexible.Standard.Processors.NumericRangeQueryNodeProcessor

This processor is used to convert TermRangeQueryNodes to NumericRangeQueryNodes. It looks for ConfigurationKeys.NUMERIC_CONFIG set in the FieldConfig of every TermRangeQueryNode found. If ConfigurationKeys.NUMERIC_CONFIG is found, it considers that TermRangeQueryNode to be a numeric range query and convert it to NumericRangeQueryNode.
Inheritance: QueryNodeProcessorImpl
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
NumericRangeQueryNodeProcessor ( ) : Lucene.Net.Documents

Constructs an empty NumericRangeQueryNode object.

Protected Methods

Method Description
PostProcessNode ( IQueryNode node ) : IQueryNode
PreProcessNode ( IQueryNode node ) : IQueryNode
SetChildrenOrder ( IList children ) : IList

Method Details

NumericRangeQueryNodeProcessor() public method

Constructs an empty NumericRangeQueryNode object.
public NumericRangeQueryNodeProcessor ( ) : Lucene.Net.Documents
return Lucene.Net.Documents

PostProcessNode() protected method

protected PostProcessNode ( IQueryNode node ) : IQueryNode
node IQueryNode
return IQueryNode

PreProcessNode() protected method

protected PreProcessNode ( IQueryNode node ) : IQueryNode
node IQueryNode
return IQueryNode

SetChildrenOrder() protected method

protected SetChildrenOrder ( IList children ) : IList
children IList
return IList