Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.queryparser.flexible.standard.processors Classes and Interfaces - 20 results found.
NameDescriptionTypePackageFramework
AllowLeadingWildcardProcessorThis processor verifies if StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
AnalyzerQueryNodeProcessorThis processor verifies if StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
BooleanQuery2ModifierNodeProcessor This processor is used to apply the correct ModifierQueryNode to BooleanQueryNodes children.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
BooleanSingleChildOptimizationQueryNodeProcessorThis processor removes every BooleanQueryNode that contains only one child and returns this child.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
BoostQueryNodeProcessorThis processor iterates the query node tree looking for every FieldableNode that has StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
DefaultPhraseSlopQueryNodeProcessorThis processor verifies if StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
FuzzyQueryNodeProcessorThis processor iterates the query node tree looking for every FuzzyQueryNode, when this kind of node is found, it checks on theClassorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
GroupQueryNodeProcessor generates query node trees that consider the boolean operator precedence, but Lucene current syntax does not support boolean precedence, so this processorClassorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
LowercaseExpandedTermsQueryNodeProcessorThis processor verifies if StandardQueryConfigHandler.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
MatchAllDocsQueryNodeProcessorThis processor converts every WildcardQueryNode that is *:* to MatchAllDocsQueryNode.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
MultiFieldQueryNodeProcessorThis processor is used to expand terms so the query looks for the same term in different fields.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
MultiTermRewriteMethodProcessorThis processor instates the default MultiTermQuery.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
NumericQueryNodeProcessorThis processor is used to convert FieldQueryNodes to NumericRangeQueryNodes.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
NumericRangeQueryNodeProcessorThis processor is used to convert TermRangeQueryNodes to NumericRangeQueryNodes.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
OpenRangeQueryNodeProcessorProcesses TermRangeQuerys with open ranges.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
PhraseSlopQueryNodeProcessorThis processor removes invalid SlopQueryNode objects in the query node tree.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
RemoveEmptyNonLeafQueryNodeProcessorThis processor removes every QueryNode that is not a leaf and has not children.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
StandardQueryNodeProcessorPipelineThis pipeline has all the processors needed to process a query node tree, generated by StandardSyntaxParser, already assembled.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
TermRangeQueryNodeProcessorThis processors process TermRangeQueryNodes.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene
WildcardQueryNodeProcessorThe StandardSyntaxParser creates PrefixWildcardQueryNode nodes which have values containing the prefixed wildcard.Classorg.apache.lucene.queryparser.flexible.standard.processorsApache Lucene