You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/09/20 23:50:48 UTC

[GitHub] [lucene] gsmiller opened a new pull request, #11797: DrillSideways uses advance instead of next when multiple dims miss

gsmiller opened a new pull request, #11797:
URL: https://github.com/apache/lucene/pull/11797

   ### Description
   
   We can do better than calling `next` in drill sideways when two "sideways" dims miss. When two dims miss, we know that the next candidate doc we need to consider can't come before the `min` of the docs for the dim misses.


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] gsmiller closed pull request #11797: DrillSideways uses advance instead of next when multiple dims miss

Posted by GitBox <gi...@apache.org>.
gsmiller closed pull request #11797: DrillSideways uses advance instead of next when multiple dims miss
URL: https://github.com/apache/lucene/pull/11797


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] gsmiller commented on pull request #11797: DrillSideways uses advance instead of next when multiple dims miss

Posted by GitBox <gi...@apache.org>.
gsmiller commented on PR #11797:
URL: https://github.com/apache/lucene/pull/11797#issuecomment-1254074997

   Cancelling this out as I've realized we can do even better. I'll post a new PR with a few more optimizations baked in.


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org