|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline
org.apache.lucene.queryParser.standard.processors.StandardQueryNodeProcessorPipeline
public class StandardQueryNodeProcessorPipeline
This pipeline has all the processors needed to process a query node tree,
generated by StandardSyntaxParser
, already assembled.
The order they are assembled affects the results.
This processor pipeline was designed to work with
StandardQueryConfigHandler
.
The result query node tree can be used to build a Query
object using
StandardQueryTreeBuilder
.
StandardQueryTreeBuilder
,
StandardQueryConfigHandler
,
StandardSyntaxParser
Constructor Summary | |
---|---|
StandardQueryNodeProcessorPipeline(QueryConfigHandler queryConfig)
|
Method Summary |
---|
Methods inherited from class org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline |
---|
addProcessor, getQueryConfigHandler, process, setQueryConfigHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardQueryNodeProcessorPipeline(QueryConfigHandler queryConfig)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |