Class BoostQueryNodeProcessor

java.lang.Object
org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
org.apache.lucene.queryparser.flexible.standard.processors.BoostQueryNodeProcessor
All Implemented Interfaces:
QueryNodeProcessor

public class BoostQueryNodeProcessor extends QueryNodeProcessorImpl
This processor iterates the query node tree looking for every FieldableNode that has StandardQueryConfigHandler.ConfigurationKeys.BOOST in its config. If there is, the boost is applied to that FieldableNode.
See Also: