rmuir commented on PR #12089: URL: https://github.com/apache/lucene/pull/12089#issuecomment-1407400693
I wonder for both these DV-queries (existing one in sandbox and new one here in sandbox), if they should really be using this `LongBitSet` to mark the matching ordinals found in the terms dict... it seems overkill/wasteful to create a bitset sized over the entire terms dictionary. #12087 is using a `org.apache.lucene.document.LongHashSet` for this purpose. -- 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