Re: TermEnum.skipTo in 3.0.0 replacement

2009-12-10 Thread Konstantyn Smirnov
www.poiradar.de -- View this message in context: http://old.nabble.com/TermEnum.skipTo-in-3.0.0-replacement-tp26727888p26728668.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java

RE: TermEnum.skipTo in 3.0.0 replacement

2009-12-10 Thread Uwe Schindler
rg > Subject: TermEnum.skipTo in 3.0.0 replacement > > > Hi all > > in the Lucene 2.3.2 there was a method in TermEnum skipTo( term ) > > In the 3.0.0 it's missing... > > Are there any other way to skip terms? > > - > Konstantyn Smir

Re: TermEnum.skipTo in 3.0.0 replacement

2009-12-10 Thread Erick Erickson
poiradar.com > http://www.poiradar.de www.poiradar.de > -- > View this message in context: > http://old.nabble.com/TermEnum.skipTo-in-3.0.0-replacement-tp26727888p26727888.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > ---

Re: TermEnum.skipTo in 3.0.0 replacement

2009-12-10 Thread Ian Lea
>From the 2.9.1 javadocs: "Deprecated. This method is not performant and will be removed in Lucene 3.0. Use IndexReader.terms(Term) to create a new TermEnum positioned at a given term." It is recommended to upgrade to 2.9.1, fix all the deprecations (see the javadocs) and then upgrade, with a rec

TermEnum.skipTo in 3.0.0 replacement

2009-12-10 Thread Konstantyn Smirnov
r.com www.poiradar.com http://www.poiradar.de www.poiradar.de -- View this message in context: http://old.nabble.com/TermEnum.skipTo-in-3.0.0-replacement-tp26727888p26727888.html Sent from the Lucene - Java Users mailing list archive at Nabbl