, 2010 5:55 AM
To: java-user@lucene.apache.org
Subject: Re: Term browsing much slower in Lucene 3.x.x
On Wed, Jul 28, 2010 at 2:39 PM, Nader, John P wrote:
> We recently upgraded from lucene 2.4.0 to lucene 3.0.2. Our load testing
> revealed a serious performance drop specific to traversing the lis
: > My other question is whether there are planned performance
: > enhancements to address this loss of performance?
:
: These APIs are very different in the next major release (4.0) of
: Lucene, so except for problems spotted by users like you, there's not
: much more dev happening against them
Term browsing much slower in Lucene 3.x.x
On Wed, Jul 28, 2010 at 2:39 PM, Nader, John P wrote:
> We recently upgraded from lucene 2.4.0 to lucene 3.0.2. Our load testing
> revealed a serious performance drop specific to traversing the list of terms
> and their associated documen
On Wed, Jul 28, 2010 at 2:39 PM, Nader, John P wrote:
> We recently upgraded from lucene 2.4.0 to lucene 3.0.2. Our load testing
> revealed a serious performance drop specific to traversing the list of terms
> and their associated documents for a given indexed field. Our code looks
> somethin