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:
Simon Willnauer 2011-07-07 10:54:13 +00:00
parent 4be688e68d
commit 1bbac1ac4f
1 changed files with 5 additions and 0 deletions

View File

@ -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