We need to enhance the flexibility of our search system by allowing the specification of RankFusionSearcher through system properties. This update involves:
Adding a method to load searcher names from system properties.
Updating the RankFusionProcessor to use only the searchers specified in these properties.
Modifying the search logic to filter and utilize the specified searchers.
This improvement will enable more dynamic and configurable search operations.
We need to enhance the flexibility of our search system by allowing the specification of
RankFusionSearcher
through system properties. This update involves:RankFusionProcessor
to use only the searchers specified in these properties.This improvement will enable more dynamic and configurable search operations.