thank you :)
On 11/1/2012 4:45 PM, Robert Muir wrote:
this is intentional (since you have a bug in your code).
you need to call reset(): see the tokenstream contract, step 2:
http://lucene.apache.org/core/4_0_0/core/org/apache/lucene/analysis/TokenStream.html
On Thu, Nov 1, 2012 at 7:31 PM, I
this is intentional (since you have a bug in your code).
you need to call reset(): see the tokenstream contract, step 2:
http://lucene.apache.org/core/4_0_0/core/org/apache/lucene/analysis/TokenStream.html
On Thu, Nov 1, 2012 at 7:31 PM, Igal @ getRailo.org wrote:
> I'm trying to write a very si