mkhludnev commented on PR #13974:
URL: https://github.com/apache/lucene/pull/13974#issuecomment-2581987319

   open items from my POV:
    - improve testing via copying `TestDocValuesQueries`
    - may DVSkipper limit and reduce the given ranges before matching to limit 
bitset?
    - if ranges reaches ordinals boundaries: `[0 TO a],[b TO c],...[y TO 
dv.getValueCount()-1]` we can reduce bitset to `[a+1 TO y-1]`, and check 
boundary ranges explicitly.  


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