jpountz commented on issue #14850:
URL: https://github.com/apache/lucene/issues/14850#issuecomment-3016024402

   Reading this issue made me wonder if we could make points indexes better by 
indexing them by doc ID, ie. treating doc IDs like any other dimension. Then 
there should be a way to not construct a FixedBitSet(maxDoc) up-front but to 
walk the BKD tree as the DocIdSetIterator advances?


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

Reply via email to