RE: Term browsing much slower in Lucene 3.x.x

2010-07-30 Thread Nader, John P
, 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

RE: Term browsing much slower in Lucene 3.x.x

2010-07-29 Thread Chris Hostetter
: > 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

RE: Term browsing much slower in Lucene 3.x.x

2010-07-29 Thread Nader, John P
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

Re: Term browsing much slower in Lucene 3.x.x

2010-07-29 Thread Michael McCandless
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