LUCENE-4371: move CHANGES entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1599275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2014-06-02 17:22:43 +00:00
parent 22174ac432
commit bf38489a5e
1 changed files with 3 additions and 3 deletions

View File

@ -77,9 +77,6 @@ API Changes
takes the same selectors. Add helper methods to DocValues.java that are better
suited for search code (never return null, etc). (Mike McCandless, Robert Muir)
* LUCENE-4371: Removed IndexInputSlicer and Directory.createSlicer() and replaced
with IndexInput.slice(). (Robert Muir)
* LUCENE-5678: IndexOutput no longer allows seeking, so it is no longer required
to use RandomAccessFile to write Indexes. Lucene now uses standard FileOutputStream
wrapped with OutputStreamIndexOutput to write index data. BufferedIndexOutput was
@ -136,6 +133,9 @@ Changes in Backwards Compatibility Policy
top-level class: org.apache.lucene.util.AttributeFactory
(Uwe Schindler, Robert Muir)
* LUCENE-4371: Removed IndexInputSlicer and Directory.createSlicer() and replaced
with IndexInput.slice(). (Robert Muir)
API Changes
* LUCENE-5711: MergePolicy accepts an IndexWriter instance