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
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
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.
>
>
> ---
>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
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