MultiFieldQueryNodeProcessor
This processor is used to expand terms so the query looks for the same term in different fields. It also boosts a query based on its field.
This processor looks for every FieldableNode contained in the query node tree. If a FieldableNode is found, it checks if there is a ConfigurationKeys.MULTI_FIELDS defined in the QueryConfigHandler. If there is, the FieldableNode is cloned N times and the clones are added to a BooleanQueryNode together with the original node. N is defined by the number of fields that it will be expanded to. The BooleanQueryNode is returned.
See also
Properties
Link copied to clipboard
Sets and returns the QueryConfigHandler associated to the query tree.