Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 45058 invoked from network); 21 Mar 2009 10:17:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2009 10:17:55 -0000 Received: (qmail 13263 invoked by uid 500); 21 Mar 2009 10:17:47 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 13227 invoked by uid 500); 21 Mar 2009 10:17:47 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 13216 invoked by uid 99); 21 Mar 2009 10:17:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Mar 2009 03:17:46 -0700 X-ASF-Spam-Status: No, hits=3.6 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [208.97.132.81] (HELO spunkymail-a2.g.dreamhost.com) (208.97.132.81) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Mar 2009 10:17:36 +0000 Received: from [192.168.0.4] (unknown [62.12.10.179]) by spunkymail-a2.g.dreamhost.com (Postfix) with ESMTP id 6660687024 for ; Sat, 21 Mar 2009 03:17:14 -0700 (PDT) Message-Id: <34D5DB20-9630-446A-84FE-9A08FD196B48@apache.org> From: Grant Ingersoll To: java-user@lucene.apache.org In-Reply-To: <22633050.post@talk.nabble.com> Content-Type: multipart/alternative; boundary=Apple-Mail-1--522088213 Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: need scoring help Date: Sat, 21 Mar 2009 11:17:13 +0100 References: <22633050.post@talk.nabble.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-1--522088213 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hi, As a starter, you might find http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Debugging-Relevance-Issues-Search useful. The key thing to do first is use Lucene's built in explain method to see why any particular document scores the way it does, then work from there. -Grant On Mar 21, 2009, at 6:28 AM, m.harig wrote: > > Hello all > i've a search application running on lucene-2.3.0 , > say > for example am indexing 10 urls as an input , when am searching am > not able > to get the expected result at the best ranking, i.e, unrelated hits > are > coming up rather than related hits. I've been working this for a > week. Could > anyone help me to improve my scoring for the search results.. > > Tell me which one make my results better , > Similarity > , Filter , Boost , please anyone help me , if possible anyone please > explain > me whats all these. > -- > View this message in context: http://www.nabble.com/need-scoring-help-tp22633050p22633050.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > --Apple-Mail-1--522088213--