[FEATURE] New Query for Normalization and Score Combination Query #175
Labels
Enhancements
Increases software capabilities beyond original client specifications
Features
Introduces a new unit of functionality that satisfies a requirement
v2.10.0
Issues targeting release v2.10.0
Description
For Normalization and Score Combination feature, we need a new Query clause that holds multiple sub-queries of different types. The query will be executed in a _search API call.
Solution
Solution that is proposed here is to create new implementation of a QueryBuilder and Query. Those classes mainly will be responsible for parsing new query clause and creating instances of corresponding sub-query types.
Because special logic is required for scores we also need a new implementation of Scorer. New scorer will accumulate scores from multiple sub-queries.
Tasks
Reference Links
The text was updated successfully, but these errors were encountered: