Look for MoreLikeThis class in Lucene's contrib/ directory. Message From: Dominik Bruhn <dominik (AT) dbruhn (DOT) de> To: java-user (AT) lucene (DOT) apache.org Sent: Thursday, July 6, 2006 7:54:20 PM Subject: Searching for similiar texts Hy, I index articles using two fields, one for the title and one for the text. Now I want to display 5 similiar Articles for every Article during viewing. How can I manage this? Any premade solutions? Thanks