codelibs / fess

Fess is very powerful and easily deployable Enterprise Search Server.
https://fess.codelibs.org
Apache License 2.0
1k stars 165 forks source link

Specify RankFusionSearchers via System Properties Configuration #2829

Closed marevol closed 3 months ago

marevol commented 3 months ago

We need to enhance the flexibility of our search system by allowing the specification of RankFusionSearcher through system properties. This update involves:

  1. Adding a method to load searcher names from system properties.
  2. Updating the RankFusionProcessor to use only the searchers specified in these properties.
  3. Modifying the search logic to filter and utilize the specified searchers.

This improvement will enable more dynamic and configurable search operations.