Re: Finding similar documents

2006-01-16 Thread Stefan Gusenbauer
Grant Ingersoll wrote: I believe there is a MoreLikeThis class floating around somewhere (I think it is in the contrib/similarity package). The Lucene book also has a good example, and I have some examples at http://www.cnlp.org/apachecon2005 that demonstrate using term vectors to do this

Re: Finding similar documents

2006-01-09 Thread Grant Ingersoll
I believe there is a MoreLikeThis class floating around somewhere (I think it is in the contrib/similarity package). The Lucene book also has a good example, and I have some examples at http://www.cnlp.org/apachecon2005 that demonstrate using term vectors to do this Klaus wrote: Hi, is th