mirror of https://github.com/apache/lucene.git
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:
parent
22174ac432
commit
bf38489a5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue