From 1bbac1ac4f800415e6861ca453308a98c2d663f4 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Thu, 7 Jul 2011 10:54:13 +0000 Subject: [PATCH] LUCENE-2793: added changes entry git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/LUCENE2793@1143755 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 2efd036af2b..58f2a38bc11 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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