jpountz opened a new issue, #12665:
URL: https://github.com/apache/lucene/issues/12665

   ### Description
   
   It would be nice to enable recursive graph bisection out of the box, so that 
users don't even have to know that it exists or what it is to enjoy its 
search-time performance benefits.
   
   
   - [x] #12489
   - [x] #12622
   - [ ] Record segments that contains blocks of documents 
(`IndexWriter#addDocuments` with an `s`)
   - [ ] Figure out lightweight parameters of recursive graph bisection that 
would make the merging overhead reasonable
   - [ ] Enable recursive graph bisection automatically when no index sort is 
configured and only `addDocument` is used.


-- 
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.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