datbates commented on issue #12424: URL: https://github.com/apache/lucene/issues/12424#issuecomment-1636135349
That would work. Thanks for considering that. By the way we have increased our Lucene performance to better than its previous levels by introducing a full cache of our reconstituted document object by document ID instead of calling indexSearcher.doc() each time. We already sorta had it, but we just expanded it to hold all the documents. Throw RAM at it works if you have the RAM. ;-) -- 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