Thanks. Glad that it has been pro-actively identified and fixed -- Ravi
On Thu, Apr 23, 2015 at 10:34 AM, Robert Muir <rcm...@gmail.com> wrote: > On Tue, Apr 21, 2015 at 4:00 AM, Ravikumar Govindarajan > <ravikumar.govindara...@gmail.com> wrote: > > > b) CompressingStoredFieldsReader did not store the last decoded 32KB > chunk. > > Our segments are already sorted before participating in a merge. On > mostly > > linear merge, we ended up decoding the same chunk again and again. Simply > > storing the last chunk resulted in good speed-ups for us... > > See also https://issues.apache.org/jira/browse/LUCENE-6131 where this > is solved for 5.0. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >