mirror of https://github.com/apache/lucene.git
LUCENE-2793: added changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/LUCENE2793@1143755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4be688e68d
commit
1bbac1ac4f
lucene
|
@ -460,6 +460,11 @@ New features
|
|||
(MB/sec) of all running merges, to reduce impact ongoing merging has
|
||||
on searching, NRT reopen time, etc. (Mike McCandless)
|
||||
|
||||
* LUCENE-2793: Directory#createOutput & Directory#openInput now accept an
|
||||
IOContext instead of a buffer size to allow low level optimizations for
|
||||
different usecases like merging, flushing and reading.
|
||||
(Simon Willnauer, Mike McCandless, Varun Thacker)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-2588: Don't store unnecessary suffixes when writing the terms
|
||||
|
|
Loading…
Reference in New Issue