From 975e1250850711a692dfe62aa6b4d4bc68df882f Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Tue, 7 Jun 2011 23:00:12 +0000 Subject: [PATCH] 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 --- solr/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 1d735f23870..6508aa983bf 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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