mention the new FuzzyQuery parameter

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150424 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-08-13 19:33:25 +00:00
parent e37ecd1c2f
commit cf7e09486d
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,11 @@ $Id$
but that never did this. These declarations have been removed. If
your code tries to catch these exceptions you might need to remove
those catch clauses to avoid compile errors. (Daniel Naber)
2. FuzzyQuery now takes an additional parameter that specifies the
minimum similarity that is required for a term to match the query.
Note that this isn't supported by QueryParser yet.
1.4.1