mirror of https://github.com/apache/lucene.git
LUCENE-7875: CHANGES.txt: moved to API changes
This commit is contained in:
parent
cf016f8987
commit
0491623933
|
@ -84,6 +84,12 @@ API Changes
|
|||
* LUCENE-8498: LowerCaseTokenizer has been removed, and CharTokenizer no longer
|
||||
takes a normalizer function. (Alan Woodward)
|
||||
|
||||
* LUCENE-7875: Moved MultiFields static methods out of the class. getLiveDocs is now
|
||||
in MultiBits which is now public. getMergedFieldInfos and getIndexedFields are now in
|
||||
FieldInfos. getTerms is now in MultiTerms. getTermPositionsEnum and getTermDocsEnum
|
||||
were collapsed and renamed to just getTermPostingsEnum and moved to MultiTerms.
|
||||
(David Smiley)
|
||||
|
||||
* LUCENE-8513: MultiFields.getFields is now removed. Please avoid this class,
|
||||
and Fields in general, when possible. (David Smiley)
|
||||
|
||||
|
@ -132,12 +138,6 @@ Changes in Runtime Behavior
|
|||
box anymore. In order to highlight on Block-Join Queries a custom WeightedSpanTermExtractor / FieldQuery
|
||||
should be used. (Simon Willnauer, Jim Ferenczi, Julie Tibshiran)
|
||||
|
||||
* LUCENE-7875: Moved MultiFields static methods out of the class. getLiveDocs is now
|
||||
in MultiBits which is now public. getMergedFieldInfos and getIndexedFields are now in
|
||||
FieldInfos. getTerms is now in MultiTerms. getTermPositionsEnum and getTermDocsEnum
|
||||
were collapsed and renamed to just getTermPostingsEnum and moved to MultiTerms.
|
||||
(David Smiley)
|
||||
|
||||
* LUCENE-8563: BM25 scores don't include the (k1+1) factor in their numerator
|
||||
anymore. This doesn't affect ordering as this is a constant factor which is
|
||||
the same for every document. (Luca Cavanna via Adrien Grand)
|
||||
|
|
Loading…
Reference in New Issue