Re: Access next token in a stream

2012-02-09 Thread Damerian
buteSource clones, as in my pseudo-code. Steve -Original Message- From: Damerian [mailto:dameria...@gmail.com] Sent: Thursday, February 09, 2012 5:00 PM To: java-user@lucene.apache.org Subject: Re: Access next token in a stream Στις 9/2/2012 10:51 μμ, ο/η Steven A Rowe έγραψε: Dame

RE: Access next token in a stream

2012-02-09 Thread Steven A Rowe
-Original Message- > From: Damerian [mailto:dameria...@gmail.com] > Sent: Thursday, February 09, 2012 5:00 PM > To: java-user@lucene.apache.org > Subject: Re: Access next token in a stream > > Στις 9/2/2012 10:51 μμ, ο/η Steven A Rowe έγραψε: > > Damerian, > > &

Re: Access next token in a stream

2012-02-09 Thread Damerian
al Message- From: Damerian [mailto:dameria...@gmail.com] Sent: Thursday, February 09, 2012 4:15 PM To: java-user@lucene.apache.org Subject: Re: Access next token in a stream Στις 9/2/2012 8:54 μμ, ο/η Steven A Rowe έγραψε: Hi Damerian, One way to handle your scenario is to hold on to the previous token, an

RE: Access next token in a stream

2012-02-09 Thread Steven A Rowe
gt; Sent: Thursday, February 09, 2012 4:15 PM > To: java-user@lucene.apache.org > Subject: Re: Access next token in a stream > > Στις 9/2/2012 8:54 μμ, ο/η Steven A Rowe έγραψε: > > Hi Damerian, > > > > One way to handle your scenario is to hold on to the previous tok

Re: Access next token in a stream

2012-02-09 Thread Damerian
to:dameria...@gmail.com] Sent: Thursday, February 09, 2012 2:19 PM To: java-user@lucene.apache.org Subject: Access next token in a stream Hello i want to implement my custom filter, my wuestion is quite simple but i cannot find a solution to it no matter how i try: How can i access the TermAttr

RE: Access next token in a stream

2012-02-09 Thread Steven A Rowe
rsday, February 09, 2012 2:19 PM > To: java-user@lucene.apache.org > Subject: Access next token in a stream > > Hello i want to implement my custom filter, my wuestion is quite simple > but i cannot find a solution to it no matter how i try: > > How can i access the TermAttr

Access next token in a stream

2012-02-09 Thread Damerian
Hello i want to implement my custom filter, my wuestion is quite simple but i cannot find a solution to it no matter how i try: How can i access the TermAttribute of the next token than the one i currently have in my stream? For example in the phrase "My name is James Bond" if let's say i a