mirror of https://github.com/apache/lucene.git
LUCENE-5701: This is a 4.9 change.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed66d23ebc
commit
3e4aaafe9f
|
@ -86,9 +86,6 @@ API Changes
|
|||
removed, because buffering and checksumming is provided by FilterOutputStreams,
|
||||
provided by the JDK. (Uwe Schindler, Mike McCandless)
|
||||
|
||||
* LUCENE-5701: Core closed listeners are now available in the AtomicReader API,
|
||||
they used to sit only in SegmentReader. (Adrien Grand, Robert Muir)
|
||||
|
||||
Documentation
|
||||
|
||||
* LUCENE-5392: Add/improve analysis package documentation to reflect
|
||||
|
@ -165,6 +162,9 @@ API Changes
|
|||
IndexWriter.deleteDocuments(Query) with their varargs counterparts.
|
||||
(Shai Erera)
|
||||
|
||||
* LUCENE-5701: Core closed listeners are now available in the AtomicReader API,
|
||||
they used to sit only in SegmentReader. (Adrien Grand, Robert Muir)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-5603: hunspell stemmer more efficiently strips prefixes
|
||||
|
|
Loading…
Reference in New Issue