Uses of Interface
org.apache.lucene.queryParser.core.parser.SyntaxParser

Packages that use SyntaxParser
org.apache.lucene.queryParser.core Contains the core classes of the flexible query parser framework 
org.apache.lucene.queryParser.standard.parser Lucene Query Parser 
 

Uses of SyntaxParser in org.apache.lucene.queryParser.core
 

Methods in org.apache.lucene.queryParser.core that return SyntaxParser
 SyntaxParser QueryParserHelper.getSyntaxParser()
          Returns the text parser used to build a query node tree from a query string.
 

Methods in org.apache.lucene.queryParser.core with parameters of type SyntaxParser
 void QueryParserHelper.setSyntaxParser(SyntaxParser syntaxParser)
          Sets the text parser that will be used to parse the query string, it cannot be null.
 

Constructors in org.apache.lucene.queryParser.core with parameters of type SyntaxParser
QueryParserHelper(QueryConfigHandler queryConfigHandler, SyntaxParser syntaxParser, QueryNodeProcessor processor, QueryBuilder builder)
          Creates a query parser helper object using the specified configuration, text parser, processor and builder.
 

Uses of SyntaxParser in org.apache.lucene.queryParser.standard.parser
 

Classes in org.apache.lucene.queryParser.standard.parser that implement SyntaxParser
 class StandardSyntaxParser
           
 



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