Package | Description |
---|---|
org.apache.lucene.queryParser.standard.nodes |
Standard Lucene Query Nodes
The package org.apache.lucene.queryParser.standard.nodes contains QueryNode classes
that are used specifically for Lucene query node tree.
|
Modifier and Type | Class and Description |
---|---|
class |
PrefixWildcardQueryNode
A
PrefixWildcardQueryNode represents wildcardquery that matches abc*
or *. |
Modifier and Type | Method and Description |
---|---|
WildcardQueryNode |
WildcardQueryNode.cloneTree() |