rmuir commented on PR #940:
URL: https://github.com/apache/lucene/pull/940#issuecomment-1146609887

   > I'll add a flag to opt-in for `branch_9x` when backporting (we would need 
to preserve the current behavior as default in 9.x).
   
   why add flag? The similarity is already pluggable. So I think there is 
already plenty of configuration knobs. If someone is unhappy they can pass one 
that doesn't saturate tf?
   ```
   mlt.setSimilarity(new DefaultSimilarity() { 
     @Override
     public float tf(float freq) { return freq; }
   });
   ```
   
   But first, i'd like to try to measure any improvement. I'm just not able to 
do this during the week.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to