MoreLikeThis similarity field boosting

2008-01-14 Thread Vladimir Garvardt
Hello. I'm using Solr for searching our system. Using MoreLikeThis for related content searching. Now url used for search is like this: http://localhost:8983/solr/mlt?q=nid:7280&mlt=true&mlt.fl=title,teaser,body&mlt.mindf=1&mlt.mintf=1&fl=nid,title,score Where "nid" is uniqueKey and "title,teaser

Re: Search for related content

2007-12-29 Thread Vladimir Garvardt
7280&mlt=true&mlt.fl=title,body&mlt.mindf=1&mlt.mintf=1&fl=nid,title,score If that doesn't work, look at your solrconfig.xml and make sure you have /mlt handler defined. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message F

Search for related content

2007-12-29 Thread Vladimir Garvardt
Hello. I'm new to Solr and exploring its capabilities to use in my project. I already implemented simple search and highlighting via Solr. Now I need to implement search for related content. As I understand the best way to do it is MoreLikeThis that I found http://wiki.apache.org/solr/MoreLike