Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.core.nodes |
Query nodes commonly used by query parser implementations.
|
org.apache.lucene.queryparser.flexible.standard.nodes |
Standard Lucene Query Nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
FuzzyQueryNode
A
FuzzyQueryNode represents a element that contains
field/text/similarity tuple |
class |
QuotedFieldQueryNode
A
QuotedFieldQueryNode represents phrase query. |
Modifier and Type | Method and Description |
---|---|
FieldQueryNode |
FieldQueryNode.cloneTree() |
Modifier and Type | Class and Description |
---|---|
class |
PrefixWildcardQueryNode
A
PrefixWildcardQueryNode represents wildcardquery that matches abc*
or *. |
class |
WildcardQueryNode
A
WildcardQueryNode represents wildcard query This does not apply to
phrases. |
Constructor and Description |
---|
PrefixWildcardQueryNode(FieldQueryNode fqn) |
TermRangeQueryNode(FieldQueryNode lower,
FieldQueryNode upper,
boolean lowerInclusive,
boolean upperInclusive)
Constructs a
TermRangeQueryNode object using the given
FieldQueryNode as its bounds. |
WildcardQueryNode(FieldQueryNode fqn) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.