mirror of https://github.com/apache/lucene.git
SOLR-2576: add deprecation note to 3.x section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5a1e1bf4c8
commit
975e125085
|
@ -294,6 +294,10 @@ Other Changes
|
|||
* SOLR-2571: Add a commented out example of the spellchecker's thresholdTokenFrequency
|
||||
parameter to the example solrconfig.xml, and also add a unit test for this feature.
|
||||
(James Dyer via rmuir)
|
||||
|
||||
* SOLR-2576: Deprecate SpellingResult.add(Token token, int docFreq), please use
|
||||
SpellingResult.addFrequency(Token token, int docFreq) instead.
|
||||
(James Dyer via rmuir)
|
||||
|
||||
================== 3.2.0 ==================
|
||||
Versions of Major Components
|
||||
|
|
Loading…
Reference in New Issue