gsmiller commented on PR #12417:
URL: https://github.com/apache/lucene/pull/12417#issuecomment-1631529704

   Those are interesting results @tang-hi. Thanks for sharing! I also notice a 
regression in `wildcard` in the vectorized approach as well. The prefix3 and 
wildcard queries both build an up-front bitset representing all the matching 
hits, so they're probably getting more benefit from bulk decoding of the docIds 
vs. a lazy solution. It's curious that there isn't a corresponding regression 
in your scalar solution as well.


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