mirror of https://github.com/apache/lucene.git
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:
parent
7d2ef963f5
commit
99b7358a84
|
@ -76,6 +76,17 @@ Changes in backwards compatibility policy
|
|||
method has a default implementation through other abstract methods.
|
||||
(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
|
||||
|
||||
* 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
|
||||
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
|
||||
|
||||
* 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,
|
||||
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
|
||||
|
||||
* LUCENE-4868: SumScoreFacetsAggregator used an incorrect index into
|
||||
|
|
Loading…
Reference in New Issue