4.3 CHANGES fix up: consolidate multiple 'API Changes' sections and move to just below backcompat so it's more obvious

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469600 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2013-04-18 22:25:18 +00:00
parent 7d2ef963f5
commit 99b7358a84
1 changed files with 11 additions and 13 deletions

View File

@ -76,6 +76,17 @@ Changes in backwards compatibility policy
method has a default implementation through other abstract methods. method has a default implementation through other abstract methods.
(Adrien Grand, Robert Muir) (Adrien Grand, Robert Muir)
API Changes
* LUCENE-4896: Made PassageFormatter abstract in PostingsHighlighter, made
members of DefaultPassageFormatter protected. (Luca Cavanna via Robert Muir)
* LUCENE-4844: removed TaxonomyReader.getParent(), you should use
TaxonomyReader.getParallelArrays().parents() instead. (Shai Erera)
* LUCENE-4742: Renamed spatial 'Node' to 'Cell', along with any method names
and variables using this terminology. (David Smiley)
New Features New Features
* LUCENE-4815: DrillSideways now allows more than one FacetRequest per * LUCENE-4815: DrillSideways now allows more than one FacetRequest per
@ -203,11 +214,6 @@ New Features
* LUCENE-4774: Added FieldComparator that allows sorting parent documents based on * LUCENE-4774: Added FieldComparator that allows sorting parent documents based on
fields on the child / nested document level. (Martijn van Groningen) fields on the child / nested document level. (Martijn van Groningen)
API Changes
* LUCENE-4896: Made PassageFormatter abstract in PostingsHighlighter, made
members of DefaultPassageFormatter protected. (Luca Cavanna via Robert Muir)
Optimizations Optimizations
* LUCENE-4839: SorterTemplate.merge can now be overridden in order to replace * LUCENE-4839: SorterTemplate.merge can now be overridden in order to replace
@ -235,14 +241,6 @@ Optimizations
is implemented using synchronization. (Christian Ziech, Karl Wright, is implemented using synchronization. (Christian Ziech, Karl Wright,
Uwe Schindler) Uwe Schindler)
API Changes
* LUCENE-4844: removed TaxonomyReader.getParent(), you should use
TaxonomyReader.getParallelArrays().parents() instead. (Shai Erera)
* LUCENE-4742: Renamed spatial 'Node' to 'Cell', along with any method names
and variables using this terminology. (David Smiley)
Bug Fixes Bug Fixes
* LUCENE-4868: SumScoreFacetsAggregator used an incorrect index into * LUCENE-4868: SumScoreFacetsAggregator used an incorrect index into