bruno-roustant opened a new pull request #1270: LUCENE-9237: Faster UniformSplit IntersectBlockReader. URL: https://github.com/apache/lucene-solr/pull/1270 New version of TermsEnum intersect for UniformSplit. It is 70% more efficient than the previous version for FuzzyQuery. Compared to BlockTree IntersectTermsEnum: - It is still slower for FuzzyQuery (-40%) but it is faster than the previous version (which was -65%). - It is roughly same speed for WildcardQuery (-5%). - It is slightly faster for PrefixQuery (+5%). Sometimes benchmarks show more improvement (I've seen up to +17% a third of the time).
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
