Uses of Interface
org.apache.lucene.queryParser.core.nodes.ValueQueryNode
-
Packages that use ValueQueryNode 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 ValueQueryNode in org.apache.lucene.queryParser.core.nodes
Subinterfaces of ValueQueryNode in org.apache.lucene.queryParser.core.nodes Modifier and Type Interface Description interfaceFieldValuePairQueryNode<T>This interface should be implemented byQueryNodethat holds a field and an arbitrary value.Classes in org.apache.lucene.queryParser.core.nodes that implement ValueQueryNode Modifier and Type Class Description classFieldQueryNodeAFieldQueryNoderepresents a element that contains field/text tupleclassFuzzyQueryNodeAFuzzyQueryNoderepresents a element that contains field/text/similarity tupleclassParametricQueryNodeDeprecated.this class will be removed in future.classQuotedFieldQueryNodeAQuotedFieldQueryNoderepresents phrase query. -
Uses of ValueQueryNode in org.apache.lucene.queryParser.standard.nodes
Classes in org.apache.lucene.queryParser.standard.nodes that implement ValueQueryNode Modifier and Type Class Description classNumericQueryNodeThis query node represents a field query that holds a numeric value.classPrefixWildcardQueryNodeAPrefixWildcardQueryNoderepresents wildcardquery that matches abc* or *.classWildcardQueryNodeAWildcardQueryNoderepresents wildcard query This does not apply to phrases.
-