jpountz commented on issue #13099: URL: https://github.com/apache/lucene/issues/13099#issuecomment-1941895525
The ability to configure Lucene file formats by adding tuning knobs has come up a few times in the past and the answer has been to create a custom codec, to keep the scope of what Lucene needs to maintain backward compatibility for contained. The downside is that you're then on your own when it comes to maintaining backward compatibility for the data (which is typically ok for use-cases that don't need backward compatibility guarantees, e.g. because they reindex data daily from another source of data). But it sounds fair to require users to maintain backward compatibility themselves when Lucene's out-of-the-box file formats are not good for them. -- 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