mirror of https://github.com/apache/lucene.git
LUCENE-7736: CHANGES.txt
This commit is contained in:
parent
2a4dd499bb
commit
e53ce592ba
|
@ -65,6 +65,14 @@ API Changes
|
|||
|
||||
* LUCENE-6278: Scorer.freq() has been removed (Alan Woodward)
|
||||
|
||||
* LUCENE-7736: DoubleValuesSource and LongValuesSource now expose a
|
||||
rewrite(IndexSearcher) function. (Alan Woodward)
|
||||
|
||||
New Features
|
||||
|
||||
* LUCENE-7736: IndexReaderFunctions expose various IndexReader statistics as
|
||||
DoubleValuesSources. (Alan Woodward)
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* LUCENE-7991: KNearestNeighborDocumentClassifier.knnSearch no longer applies
|
||||
|
|
Loading…
Reference in New Issue