diff --git a/lucene/MIGRATE.txt b/lucene/MIGRATE.txt index 97ceb775f66..f09751e99bf 100644 --- a/lucene/MIGRATE.txt +++ b/lucene/MIGRATE.txt @@ -55,12 +55,12 @@ ALWAYS_CACHE can be replaced by a UsageTrackingQueryCachingPolicy with an approp ## English stopwords are no longer removed by default in StandardAnalyzer (LUCENE_7444) ## -To retain the old behaviour, pass StandardAnalyzer.ENGLISH_STOP_WORDS_SET as an argument +To retain the old behaviour, pass EnglishAnalyzer.ENGLISH_STOP_WORDS_SET as an argument to the constructor -## StandardAnalyzer.ENGLISH_STOP_WORD_SET has been moved ## +## StandardAnalyzer.ENGLISH_STOP_WORDS_SET has been moved ## -English stop words are now defined in EnglishAnalyzer#ENGLISH_STOP_WORD_SET in the +English stop words are now defined in EnglishAnalyzer#ENGLISH_STOP_WORDS_SET in the analysis-common module ## TopDocs.maxScore removed ##