C# Class Lucene.Net.QueryParsers.Flexible.Spans.UniqueFieldQueryNodeProcessor

This processor changes every field name of each IFieldableNode query node contained in the query tree to the field name defined in the IUniqueFieldAttribute. So, the IUniqueFieldAttribute must be defined in the QueryConfigHandler object set in this processor, otherwise it throws an exception.
Inheritance: QueryNodeProcessorImpl
Exibir arquivo Open project: apache/lucenenet

Protected Methods

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

Method Details

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