Hi,
The reference states:
"The unified
highlighter uses the Lucene Unified Highlighter. This highlighter breaks the text into sentences and uses the BM25 algorithm to score individual sentences as if they were documents in the corpus."
Is it possible to control the b and k1 values for this BM25 algorithm separately from the values I use for searching?
Specifically I don't want sentence length to be accounted for in scoring highlights.
Thanks