Skip navigation links
Lucene QueryParsers 5.5.5.redhat-2

Package org.apache.lucene.queryparser.flexible.precedence.processors

Processors used by Precedence Query Parser

See: Description

Package org.apache.lucene.queryparser.flexible.precedence.processors Description

Processors used by Precedence Query Parser

Lucene Precedence Query Parser Processors

This package contains the 2 QueryNodeProcessors used by PrecedenceQueryParser.

BooleanModifiersQueryNodeProcessor: this processor is used to apply ModifierQueryNodes on BooleanQueryNode children according to the boolean type or the default operator.

PrecedenceQueryNodeProcessorPipeline: this processor pipeline is used by PrecedenceQueryParser. It extends StandardQueryNodeProcessorPipeline and rearrange the pipeline so the boolean precedence is processed correctly. Check PrecedenceQueryNodeProcessorPipeline for more details.

Skip navigation links
Lucene QueryParsers 5.5.5.redhat-2

Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.