dsmiley commented on PR #2248:
URL: https://github.com/apache/solr/pull/2248#issuecomment-1943929588

   Observation: I don't think we need the concurrent DocSet builder (the one 
from Netflix).  Couldn't we build segment level FixedBitSets (no safety issue) 
and then at the end combine into a master FixedBitSet so that we have our 
DocSet?  It could even be made to be long-aligned, and thus the final 
aggregation is just copying longs with System.arraycopy (no doc iteration! or 
long shifting).  The boundary long would be XOR.


-- 
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...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to