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.
|
org.apache.lucene.queryparser.flexible.standard.parser |
Lucene Query Parser
|
Modifier and Type | Method and Description |
---|---|
protected CharSequence |
PointQueryNode.getTermEscaped(EscapeQuerySyntax escaper)
This method is used to get the value converted to
String and
escaped using the given EscapeQuerySyntax . |
protected CharSequence |
LegacyNumericQueryNode.getTermEscaped(EscapeQuerySyntax escaper)
Deprecated.
This method is used to get the value converted to
String and
escaped using the given EscapeQuerySyntax . |
CharSequence |
RegexpQueryNode.toQueryString(EscapeQuerySyntax escapeSyntaxParser) |
CharSequence |
PointQueryNode.toQueryString(EscapeQuerySyntax escapeSyntaxParser) |
CharSequence |
MultiPhraseQueryNode.toQueryString(EscapeQuerySyntax escapeSyntaxParser) |
CharSequence |
AbstractRangeQueryNode.toQueryString(EscapeQuerySyntax escapeSyntaxParser) |
CharSequence |
LegacyNumericQueryNode.toQueryString(EscapeQuerySyntax escapeSyntaxParser)
Deprecated.
|
CharSequence |
WildcardQueryNode.toQueryString(EscapeQuerySyntax escaper) |
Modifier and Type | Class and Description |
---|---|
class |
EscapeQuerySyntaxImpl
Implementation of
EscapeQuerySyntax for the standard lucene
syntax. |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.