| Package | Description |
|---|---|
| org.apache.lucene.queryparser.flexible.core.parser |
Necessary interfaces to implement text parsers.
|
| org.apache.lucene.queryparser.flexible.standard.parser |
Lucene Query Parser
|
| Modifier and Type | Method and Description |
|---|---|
static EscapeQuerySyntax.Type |
EscapeQuerySyntax.Type.valueOf(java.lang.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 |
|---|---|
java.lang.CharSequence |
EscapeQuerySyntax.escape(java.lang.CharSequence text,
java.util.Locale locale,
EscapeQuerySyntax.Type type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
EscapeQuerySyntaxImpl.escape(java.lang.CharSequence text,
java.util.Locale locale,
EscapeQuerySyntax.Type type) |
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.