|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EscapeQuerySyntax.Type | |
|---|---|
| org.apache.lucene.queryParser.core.parser | Contains the necessary interfaces to implement text parsers |
| org.apache.lucene.queryParser.standard.parser | Lucene Query Parser |
| Uses of EscapeQuerySyntax.Type in org.apache.lucene.queryParser.core.parser |
|---|
| Methods in org.apache.lucene.queryParser.core.parser that return EscapeQuerySyntax.Type | |
|---|---|
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're declared. |
| Methods in org.apache.lucene.queryParser.core.parser with parameters of type EscapeQuerySyntax.Type | |
|---|---|
CharSequence |
EscapeQuerySyntax.escape(CharSequence text,
Locale locale,
EscapeQuerySyntax.Type type)
|
| Uses of EscapeQuerySyntax.Type in org.apache.lucene.queryParser.standard.parser |
|---|
| Methods in org.apache.lucene.queryParser.standard.parser with parameters of type EscapeQuerySyntax.Type | |
|---|---|
CharSequence |
EscapeQuerySyntaxImpl.escape(CharSequence text,
Locale locale,
EscapeQuerySyntax.Type type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||