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
Fix For: 4.0
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
|