mirror of https://github.com/apache/lucene.git
LUCENE-8049: CHANGES.txt: moved to 7.2.0 from 8.0.0
This commit is contained in:
parent
64d95e6a6d
commit
3b0686a4d3
|
@ -23,9 +23,6 @@ API Changes
|
||||||
* LUCENE-8014: Similarity.computeSlopFactor() and
|
* LUCENE-8014: Similarity.computeSlopFactor() and
|
||||||
Similarity.computePayloadFactor() have been removed (Alan Woodward)
|
Similarity.computePayloadFactor() have been removed (Alan Woodward)
|
||||||
|
|
||||||
* LUCENE-8049: IndexWriter.getMergingSegments()'s return type was changed from
|
|
||||||
Collection to Set to more accurately reflect it's nature. (David Smiley)
|
|
||||||
|
|
||||||
Changes in Runtime Behavior
|
Changes in Runtime Behavior
|
||||||
|
|
||||||
* LUCENE-7837: Indices that were created before the previous major version
|
* LUCENE-7837: Indices that were created before the previous major version
|
||||||
|
@ -73,6 +70,9 @@ API Changes
|
||||||
* LUCENE-7998: DoubleValuesSource.fromQuery() allows you to use the scores
|
* LUCENE-7998: DoubleValuesSource.fromQuery() allows you to use the scores
|
||||||
from a Query as a DoubleValuesSource. (Alan Woodward)
|
from a Query as a DoubleValuesSource. (Alan Woodward)
|
||||||
|
|
||||||
|
* LUCENE-8049: IndexWriter.getMergingSegments()'s return type was changed from
|
||||||
|
Collection to Set to more accurately reflect it's nature. (David Smiley)
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
|
|
||||||
* LUCENE-8061: Add convenience factory methods to create BBoxes and XYZSolids
|
* LUCENE-8061: Add convenience factory methods to create BBoxes and XYZSolids
|
||||||
|
|
Loading…
Reference in New Issue