On Thursday 12 February 2004 18:03, [EMAIL PROTECTED] wrote:
> On Thursday 12 February 2004 17:53, [EMAIL PROTECTED] wrote:
> > How were you extracting the words?
>
> Oops, sorry that this stupid question :) Got it.

Hm, seems the question wasn't so stupid anyway:

IndexReader reader = IndexReader.open(ram);
TermEnum te = reader.terms();
while(te.next())
{
...

But this includes obviously parts of words, too :-\

Timo



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

Reply via email to