I'd like to encourage folks to take a look at the long-running PR [1] to update solr to use the new Lucene storedFields API. I think this PR is ready to merge, and ideally it would be good to merge with enough lead time before a release (to have time to work out any issues that may crop up).
The potential benefits (mainly reduction of heap usage via ThreadLocal CompressedStoredFields instances, particularly for high-core-count usecases) could be significant. In any case, the current approach to stored fields is deprecated, and will be removed in Lucene 10. [1] https://github.com/apache/solr/pull/1557 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org For additional commands, e-mail: dev-h...@solr.apache.org