You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2010/10/20 14:24:23 UTC

[jira] Resolved: (LUCENE-2715) optimize fuzzytermsenum per-segment

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

Uwe Schindler resolved LUCENE-2715.
-----------------------------------

    Resolution: Fixed

Committed revision: 1025532

> optimize fuzzytermsenum per-segment
> -----------------------------------
>
>                 Key: LUCENE-2715
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2715
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>            Reporter: Robert Muir
>            Assignee: Uwe Schindler
>             Fix For: 4.0
>
>         Attachments: LUCENE-2715.patch, LUCENE-2715.patch, LUCENE-2715.patch, LUCENE-2715.patch
>
>
> we can make fuzzyquery about 3% faster by not creating DFA(s) for each segment.
> creating the DFAs is still somewhat heavy: i can address this here too, but this is easy.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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