Uses of Class
org.apache.lucene.queryparser.flexible.core.util.UnescapedCharSequence
Packages that use UnescapedCharSequence
Package
Description
Utility classes to used with the Query Parser.
Lucene Query Parser
-
Uses of UnescapedCharSequence in org.apache.lucene.queryparser.flexible.core.util
Constructors in org.apache.lucene.queryparser.flexible.core.util with parameters of type UnescapedCharSequenceModifierConstructorDescriptionprivate
Create a copy of an existent UnescapedCharSequence -
Uses of UnescapedCharSequence in org.apache.lucene.queryparser.flexible.standard.parser
Methods in org.apache.lucene.queryparser.flexible.standard.parser that return UnescapedCharSequenceModifier and TypeMethodDescriptionstatic UnescapedCharSequence
EscapeQuerySyntaxImpl.discardEscapeChar
(CharSequence input) Returns a String where the escape char has been removed, or kept only once if there was a double escape.