[FEATURE] New Doc Collector for Normalization and Score Combination Query #194
Labels
Enhancements
Increases software capabilities beyond original client specifications
Features
Introduces a new unit of functionality that satisfies a requirement
Description
For Normalization and Score Combination feature, we need to collect results of different sub-queries and pass those results for actual post processing (normalization and score combination) before the Fetch phase.
Solution
Solution we are proposing is to create new implementation of a Collector for results.
Because new collector cannot be plugged to OpenSearch directly (there no suitable extension points) we also need a new implementation of QueryPhaseSearcher. Plugin can register new QueryPhaseSearcher (with certain limitations), and that searcher will be executing new collector.
Tasks
Reference Links
The text was updated successfully, but these errors were encountered: