Re: Using Lucene for searching tokens, not storing them.

2006-04-16 Thread karl wettin
16 apr 2006 kl. 19.18 skrev karl wettin: For any interested party, I do this because I have a fairly small corpus with very heavy load. I think there is a lot to win by not creating new instances of what not, seeking in the file-centric Directory, parsing pseudo-UTF8, et.c. at query time.

Re: MoreLikeThis

2006-04-16 Thread Chris Hostetter
: Lucene is completely new to me. I just downloaded 1.9.1 and started : experimenting with it. I am a bit confused though. I want to use the : MoreLikeThis class, which appears in the javadoc, but does not exist in : code. Where can I find it? if you look at the way the main javadoc index is ar

MoreLikeThis

2006-04-16 Thread Dean Hoover
Hi, Lucene is completely new to me. I just downloaded 1.9.1 and started experimenting with it. I am a bit confused though. I want to use the MoreLikeThis class, which appears in the javadoc, but does not exist in code. Where can I find it? Dean __