Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 43372 invoked from network); 4 Jul 2008 07:05:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2008 07:05:43 -0000 Received: (qmail 46666 invoked by uid 500); 4 Jul 2008 07:05:43 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 46630 invoked by uid 500); 4 Jul 2008 07:05:43 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 46619 invoked by uid 99); 4 Jul 2008 07:05:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2008 00:05:42 -0700 X-ASF-Spam-Status: No, hits=3.5 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of neetiraj@gmail.com designates 209.85.142.185 as permitted sender) Received: from [209.85.142.185] (HELO ti-out-0910.google.com) (209.85.142.185) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2008 07:04:51 +0000 Received: by ti-out-0910.google.com with SMTP id b8so67982tic.11 for ; Fri, 04 Jul 2008 00:05:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=Oeex+5QaKJdLqHSxwxY2nQeXCkGZQHSfgc+Tq2RK1ak=; b=YJuLzsfcuYwnIgBWgBuP8Djg3Rb5cxjEo/WKtj/aP8XPohPgMkyq0QGP4HmsqX4312 ldrQDzAvavsFOnrS/MdB7hpH1TeC3AVvFectE9neJFVvmvST2sYnSV/vzSwBcN9bvfhf IjeoiF4jqYQ1HaeIa/aDTC4Sy6YLQt0OV9fhY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=qw4UyQLf37reC6tdbVnvZ7IGHO7pAySRSQW6zysUwKIXEb8v+2kFU8Wgh1sE6H90vO EkIr+arMHbHguMNL2AVUj958FNw0rw5zR9aGzYjsddYYVL+5Uc/8J8FFFKh5HOHwEOtH D1/GLinRBZH2+aFOu/t4gTxKxUKJ7dK2PQMXg= Received: by 10.110.84.2 with SMTP id h2mr31844tib.7.1215155111615; Fri, 04 Jul 2008 00:05:11 -0700 (PDT) Received: by 10.110.17.14 with HTTP; Fri, 4 Jul 2008 00:05:11 -0700 (PDT) Message-ID: <243560a90807040005s6084170bh78385a1e61a03f83@mail.gmail.com> Date: Fri, 4 Jul 2008 12:35:11 +0530 From: "Neeti Raj" To: solr-user@lucene.apache.org Subject: Implementing MoreLikeThis in Ruby MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3741_22583978.1215155111563" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3741_22583978.1215155111563 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All Being new to Solr, I am having difficulty trying to figure out how to use *MoreLikeThis *feature from my* ruby project*. I have made the following changes to enable mlt but have been unsuccessful so far- >*Using Solr nightly build dated 1 July 2008* *SolrConfig.xml* channel_name 1 *schema.xml* *Here is my query for mlt - * http://localhost:8983/solr/select?q=BBT&mlt=true&mlt.fl=channel_name&mlt.mindf=1&mlt.mintf=1 *- Response xml has no records in moreLikeThis section and 2 records in results. Any help on implementing MLT in ruby would be highly appreciated... Thanks Neeti * ------=_Part_3741_22583978.1215155111563--