Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.core.util |
Utility classes to used with the Query Parser.
|
org.apache.lucene.queryparser.flexible.standard.parser |
Lucene Query Parser
|
Constructor and Description |
---|
UnescapedCharSequence(UnescapedCharSequence text)
Create a copy of an existent UnescapedCharSequence
|
Modifier and Type | Method and Description |
---|---|
static UnescapedCharSequence |
EscapeQuerySyntaxImpl.discardEscapeChar(java.lang.CharSequence input)
Returns a String where the escape char has been removed, or kept only once
if there was a double escape.
|