mirror of https://github.com/apache/lucene.git
document the analyzer move to sandbox
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150437 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
08220cfbe3
commit
a34be5b16e
|
@ -11,8 +11,12 @@ $Id$
|
||||||
|
|
||||||
2. FuzzyQuery now takes an additional parameter that specifies the
|
2. FuzzyQuery now takes an additional parameter that specifies the
|
||||||
minimum similarity that is required for a term to match the query.
|
minimum similarity that is required for a term to match the query.
|
||||||
Note that this isn't supported by QueryParser yet.
|
Note that this isn't supported by QueryParser yet. (Daniel Naber)
|
||||||
|
|
||||||
|
3. The Russian and the German analyzers have been moved to Sandbox.
|
||||||
|
Also, the WordlistLoader class has been moved one level up in the
|
||||||
|
hierarchie and is now org.apache.lucene.analysis.WordlistLoader
|
||||||
|
(Daniel Naber)
|
||||||
|
|
||||||
1.4.1
|
1.4.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue