On Tuesday 17 February 2004 15:18, Erik Hatcher wrote:
> You would do them separately.  I'm not clear on what you are trying to
> do.  The Analyzer does all this during indexing automatically for you,
> but it sounds like you are just trying to emulate what an Analyzer
> already does to extract words from text?

I am still doing this:

TokenStream in = analyzer.tokenStream("contents", new 
StringReader(reader.document(i).getField("contents").stringValue()));

And I want to extract all words from all Fields.

Timo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to