Uses of Package
org.apache.lucene.queryparser.flexible.core.parser

Packages that use org.apache.lucene.queryparser.flexible.core.parser
org.apache.lucene.queryparser.flexible.core Core classes of the flexible query parser framework. 
org.apache.lucene.queryparser.flexible.core.nodes Query nodes commonly used by query parser implementations. 
org.apache.lucene.queryparser.flexible.core.parser Necessary interfaces to implement text parsers. 
org.apache.lucene.queryparser.flexible.standard.nodes Standard Lucene Query Nodes. 
org.apache.lucene.queryparser.flexible.standard.parser Lucene Query Parser. 
 

Classes in org.apache.lucene.queryparser.flexible.core.parser used by org.apache.lucene.queryparser.flexible.core
SyntaxParser
          A parser needs to implement SyntaxParser interface
 

Classes in org.apache.lucene.queryparser.flexible.core.parser used by org.apache.lucene.queryparser.flexible.core.nodes
EscapeQuerySyntax
          A parser needs to implement EscapeQuerySyntax to allow the QueryNode to escape the queries, when the toQueryString method is called.
 

Classes in org.apache.lucene.queryparser.flexible.core.parser used by org.apache.lucene.queryparser.flexible.core.parser
EscapeQuerySyntax.Type
          Type of escaping: String for escaping syntax, NORMAL for escaping reserved words (like AND) in terms
 

Classes in org.apache.lucene.queryparser.flexible.core.parser used by org.apache.lucene.queryparser.flexible.standard.nodes
EscapeQuerySyntax
          A parser needs to implement EscapeQuerySyntax to allow the QueryNode to escape the queries, when the toQueryString method is called.
 

Classes in org.apache.lucene.queryparser.flexible.core.parser used by org.apache.lucene.queryparser.flexible.standard.parser
EscapeQuerySyntax
          A parser needs to implement EscapeQuerySyntax to allow the QueryNode to escape the queries, when the toQueryString method is called.
EscapeQuerySyntax.Type
          Type of escaping: String for escaping syntax, NORMAL for escaping reserved words (like AND) in terms
SyntaxParser
          A parser needs to implement SyntaxParser interface
 



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