LUCENE-7998: CHANGES.txt

This commit is contained in:
Alan Woodward 2017-11-16 11:41:35 +00:00
parent 423677f20e
commit e8dfccca51
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ API Changes
* LUCENE-7736: DoubleValuesSource and LongValuesSource now expose a
rewrite(IndexSearcher) function. (Alan Woodward)
* LUCENE-7998: DoubleValuesSource.fromQuery() allows you to use the scores
from a Query as a DoubleValuesSource. (Alan Woodward)
New Features
* LUCENE-7736: IndexReaderFunctions expose various IndexReader statistics as