Hi,

I am trying to tweak BM25Similarity for my use case wherein, I want to avoid the effects of field-length normalization for certain fields (return a constant value irrespective of how long was the document). Currently, both computeWeight and computeNorm methods are defined final in BM25Similarity.

In ClassicSimilarity, same was possible by overriding the lengthNorm method. Is there a way around in BM25Similarity? Is there a possibility to change it to non-final methods in new releases?

- Best

Parit Bansal


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to