This pipeline has all the processors needed to process a query node tree, generated by {@link StandardSyntaxParser}, already assembled.
The order they are assembled affects the results.
This processor pipeline was designed to work with {@link StandardQueryConfigHandler}.
The result query node tree can be used to build a {@link Query} object using{@link StandardQueryTreeBuilder}.
@see StandardQueryTreeBuilder
@see StandardQueryConfigHandler
@see StandardSyntaxParser
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.