Uses of Enum Class
org.apache.lucene.queryparser.flexible.core.parser.EscapeQuerySyntax.Type
Packages that use EscapeQuerySyntax.Type
Package
Description
Necessary interfaces to implement text parsers.
Lucene Query Parser
-
Uses of EscapeQuerySyntax.Type in org.apache.lucene.queryparser.flexible.core.parser
Methods in org.apache.lucene.queryparser.flexible.core.parser that return EscapeQuerySyntax.TypeModifier and TypeMethodDescriptionstatic EscapeQuerySyntax.Type
Returns the enum constant of this class with the specified name.static EscapeQuerySyntax.Type[]
EscapeQuerySyntax.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.queryparser.flexible.core.parser with parameters of type EscapeQuerySyntax.TypeModifier and TypeMethodDescriptionEscapeQuerySyntax.escape
(CharSequence text, Locale locale, EscapeQuerySyntax.Type type) -
Uses of EscapeQuerySyntax.Type in org.apache.lucene.queryparser.flexible.standard.parser
Methods in org.apache.lucene.queryparser.flexible.standard.parser with parameters of type EscapeQuerySyntax.TypeModifier and TypeMethodDescriptionEscapeQuerySyntaxImpl.escape
(CharSequence text, Locale locale, EscapeQuerySyntax.Type type)