| Package | Description |
|---|---|
| org.apache.lucene.queryParser.core.parser |
Contains the necessary interfaces to implement text parsers
Parser
The package org.apache.lucene.queryParser.parser contains interfaces
that should be implemented by the parsers.
|
| org.apache.lucene.queryParser.standard.parser |
Lucene Query Parser
The package org.apache.lucene.queryParser.standard.parser contains the query parser.
|
| Modifier and Type | Method and Description |
|---|---|
static EscapeQuerySyntax.Type |
EscapeQuerySyntax.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EscapeQuerySyntax.Type[] |
EscapeQuerySyntax.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
EscapeQuerySyntax.escape(CharSequence text,
Locale locale,
EscapeQuerySyntax.Type type) |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
EscapeQuerySyntaxImpl.escape(CharSequence text,
Locale locale,
EscapeQuerySyntax.Type type) |