mirror of https://github.com/apache/lucene.git
document the fuzzy query optimization
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
898aa6abe6
commit
6f3bf4837d
|
@ -109,6 +109,11 @@ $Id$
|
|||
characters from user input in order to avoid so-called cross site
|
||||
scripting attacks. (Daniel Naber)
|
||||
|
||||
24. Optimize fuzzy queries so the standard fuzzy queries with a prefix
|
||||
of 0 now run 20-50% faster (Patch #31882).
|
||||
(Jonathan Hager via Daniel Naber)
|
||||
|
||||
|
||||
1.4.1
|
||||
|
||||
1. Fixed a performance bug in hit sorting code, where values were not
|
||||
|
|
Loading…
Reference in New Issue