shubhamsrkdev opened a new pull request, #15295:
URL: https://github.com/apache/lucene/pull/15295

   ### Problem
   Lucene uses CFS ratio (which is by default 10%) to determine whether to use 
Compound Files.
   
   ### Solution
   In this PR we are doing the following:
   
   - Switching from a CFS ratio to a fixed threshold which is:
   
     - 64MB for byte-size-based merge policies
     - 65,536 docs for doc-based merge policies
   
   - Moved CFS configuration to CompoundFormat.java from Merger policies.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to