Uses of Interface
org.apache.lucene.queryParser.core.nodes.FieldValuePairQueryNode
-
Packages that use FieldValuePairQueryNode Package Description org.apache.lucene.queryParser.core.nodes Contains query nodes that are commonly used by query parser implementationsorg.apache.lucene.queryParser.standard.nodes Standard Lucene Query Nodes -
-
Uses of FieldValuePairQueryNode in org.apache.lucene.queryParser.core.nodes
Classes in org.apache.lucene.queryParser.core.nodes with type parameters of type FieldValuePairQueryNode Modifier and Type Interface Description interface
RangeQueryNode<T extends FieldValuePairQueryNode<?>>
This interface should be implemented by aQueryNode
that represents some kind of range query.Classes in org.apache.lucene.queryParser.core.nodes that implement FieldValuePairQueryNode Modifier and Type Class Description class
FieldQueryNode
AFieldQueryNode
represents a element that contains field/text tupleclass
FuzzyQueryNode
AFuzzyQueryNode
represents a element that contains field/text/similarity tupleclass
ParametricQueryNode
Deprecated.this class will be removed in future.class
QuotedFieldQueryNode
AQuotedFieldQueryNode
represents phrase query. -
Uses of FieldValuePairQueryNode in org.apache.lucene.queryParser.standard.nodes
Classes in org.apache.lucene.queryParser.standard.nodes with type parameters of type FieldValuePairQueryNode Modifier and Type Class Description class
AbstractRangeQueryNode<T extends FieldValuePairQueryNode<?>>
This class should be extended by nodes intending to represent range queries.Classes in org.apache.lucene.queryParser.standard.nodes that implement FieldValuePairQueryNode Modifier and Type Class Description class
NumericQueryNode
This query node represents a field query that holds a numeric value.class
PrefixWildcardQueryNode
APrefixWildcardQueryNode
represents wildcardquery that matches abc* or *.class
WildcardQueryNode
AWildcardQueryNode
represents wildcard query This does not apply to phrases.
-