Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.queryparser.flexible.standard.nodes Classes and Interfaces - 9 results found.
NameDescriptionTypePackageFramework
AbstractRangeQueryNodeThis class should be extended by nodes intending to represent range queries.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
BooleanModifierNodeA BooleanModifierNode has the same behaviour as ModifierQueryNode, it only indicates that this modifier was added byClassorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
MultiPhraseQueryNodeA MultiPhraseQueryNode indicates that its children should be used to build a MultiPhraseQuery instead of PhraseQuery.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
NumericQueryNodeThis query node represents a field query that holds a numeric value.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
NumericRangeQueryNodeThis query node represents a range query composed by NumericQueryNode bounds, which means the bound values are Numbers.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
PrefixWildcardQueryNodeA PrefixWildcardQueryNode represents wildcardquery that matches abc* or *.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
StandardBooleanQueryNodeA StandardBooleanQueryNode has the same behavior as BooleanQueryNode.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
TermRangeQueryNodeThis query node represents a range query composed by FieldQueryNode bounds, which means the bound values are strings.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene
WildcardQueryNodeA WildcardQueryNode represents wildcard query This does not apply to phrases.Classorg.apache.lucene.queryparser.flexible.standard.nodesApache Lucene