Uses of Interface
org.apache.lucene.queryParser.core.nodes.TextableQueryNode
-
Packages that use TextableQueryNode 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 TextableQueryNode in org.apache.lucene.queryParser.core.nodes
Classes in org.apache.lucene.queryParser.core.nodes that implement TextableQueryNode 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 TextableQueryNode in org.apache.lucene.queryParser.standard.nodes
Classes in org.apache.lucene.queryParser.standard.nodes that implement TextableQueryNode Modifier and Type Class Description classPrefixWildcardQueryNodeAPrefixWildcardQueryNoderepresents wildcardquery that matches abc* or *.classWildcardQueryNodeAWildcardQueryNoderepresents wildcard query This does not apply to phrases.
-