Uses of Class
org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorPipeline

Packages that use QueryNodeProcessorPipeline
org.apache.lucene.queryparser.flexible.precedence.processors Processors used by Precedence Query Parser 
org.apache.lucene.queryparser.flexible.standard.processors Lucene Query Node Processors. 
 

Uses of QueryNodeProcessorPipeline in org.apache.lucene.queryparser.flexible.precedence.processors
 

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

Uses of QueryNodeProcessorPipeline in org.apache.lucene.queryparser.flexible.standard.processors
 

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



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