Uses of Class
org.apache.lucene.queryParser.core.parser.EscapeQuerySyntax.Type

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)
           
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.