Hi, It's because a new TokenStream API has been introduced after version 2.9, so you should change your code to use the new API too.
Please, take a look at TokenStream javadoc, it has a short description about how the new API works: http://lucene.apache.org/java/2_9_0/api/all/org/apache/lucene/analysis/TokenStream.html Regards, Adriano Crestani On Thu, Jun 3, 2010 at 3:52 PM, allasso <allassopra...@gmail.com> wrote: > > Hello, > > Does anyone have a recommendation for implementing the function previously > done by the deprecated StandardTokenizer.next() method? > > and/or, can anyone point me to where I might find the reason it was > deprecated? > > Thanks, Allasso > -- > View this message in context: > http://lucene.472066.n3.nabble.com/recommendation-for-deprecated-StandardTokenizer-next-method-tp868546p868546.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >