mirror of https://github.com/apache/lucene.git
Correct locations of English stopwords in MIGRATE.txt
This commit is contained in:
parent
2da53c32cb
commit
94776bf311
|
@ -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 ##
|
||||
|
|
Loading…
Reference in New Issue