Date: 2005-01-18T11:04:13 Editor: DavidSpencer Wiki: Jakarta Lucene Wiki Page: LuceneFAQ URL: http://wiki.apache.org/jakarta-lucene/LuceneFAQ
no comment Change Log: ------------------------------------------------------------------------------ @@ -273,7 +273,8 @@ If you put the title in a separate field from the body, and search both fields, matches in the title will usually be stronger without explicit boosting. This is because the scores are normalized by the length of the field, and the title tends to be much shorter than the body. Therefore, even without boosting, title matches usually come before body matches. -==== How do I find similar documents? ==== + +==== How do I find similar documents? ==== See the org.apache.lucene.search.similar package from contributions/similarity in the sandbox. CVS is here: http://cvs.apache.org/viewcvs.cgi/jakarta-lucene-sandbox/contributions/similarity/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]