You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Bruno Roustant (Jira)" <ji...@apache.org> on 2020/02/21 16:38:00 UTC

[jira] [Updated] (LUCENE-9237) Faster TermsEnum intersect for UniformSplit

     [ https://issues.apache.org/jira/browse/LUCENE-9237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Roustant updated LUCENE-9237:
-----------------------------------
    Description: 
New version of TermsEnum intersect for UniformSplit. It is 75% more efficient than the previous version for FuzzyQuery.

Compared to BlockTree IntersectTermsEnum:
 - It is still slower for FuzzyQuery (-37%) 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 fourth of the time).

  was:
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).


> Faster TermsEnum intersect for UniformSplit
> -------------------------------------------
>
>                 Key: LUCENE-9237
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9237
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Bruno Roustant
>            Assignee: Bruno Roustant
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> New version of TermsEnum intersect for UniformSplit. It is 75% more efficient than the previous version for FuzzyQuery.
> Compared to BlockTree IntersectTermsEnum:
>  - It is still slower for FuzzyQuery (-37%) 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 fourth of the time).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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