Is your feature request related to a problem? Please describe.
When the number of eligible documents per query is very unpredictable it's very difficult to choose a good number for 'rerank-count'. Instead, a percentage (e.g. rerank-ratio: 0.1) could make better sense in some use cases. This is also true when the eligible documents fluctuate a lot during the day even for the same query.
Describe the solution you'd like
Specifying 'rerank-ratio' as a value in (0, 1], as an alternative to an absolute value that is given in 'rerank-count'.
Is your feature request related to a problem? Please describe.
When the number of eligible documents per query is very unpredictable it's very difficult to choose a good number for 'rerank-count'. Instead, a percentage (e.g. rerank-ratio: 0.1) could make better sense in some use cases. This is also true when the eligible documents fluctuate a lot during the day even for the same query.
Describe the solution you'd like
Specifying 'rerank-ratio' as a value in (0, 1], as an alternative to an absolute value that is given in 'rerank-count'.