Uses of Class
org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline

Packages that use QueryNodeProcessorPipeline
org.apache.lucene.queryParser.precedence.processors This package contains the processors used by Precedence Query Parser 
org.apache.lucene.queryParser.standard.processors Lucene Query Node Processors 
 

Uses of QueryNodeProcessorPipeline in org.apache.lucene.queryParser.precedence.processors
 

Subclasses of QueryNodeProcessorPipeline in org.apache.lucene.queryParser.precedence.processors
 class PrecedenceQueryNodeProcessorPipeline
           This processor pipeline extends StandardQueryNodeProcessorPipeline and enables boolean precedence on it.
 

Uses of QueryNodeProcessorPipeline in org.apache.lucene.queryParser.standard.processors
 

Subclasses of QueryNodeProcessorPipeline in org.apache.lucene.queryParser.standard.processors
 class StandardQueryNodeProcessorPipeline
          This pipeline has all the processors needed to process a query node tree, generated by StandardSyntaxParser, already assembled.
 



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