Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 39217 invoked from network); 1 Nov 2010 15:23:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 15:23:31 -0000 Received: (qmail 57393 invoked by uid 500); 1 Nov 2010 15:24:00 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 57292 invoked by uid 500); 1 Nov 2010 15:23:56 -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 57284 invoked by uid 99); 1 Nov 2010 15:23:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 15:23:56 +0000 X-ASF-Spam-Status: No, hits=3.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of erickerickson@gmail.com designates 209.85.213.48 as permitted sender) Received: from [209.85.213.48] (HELO mail-yw0-f48.google.com) (209.85.213.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 15:23:50 +0000 Received: by ywp4 with SMTP id 4so3760157ywp.35 for ; Mon, 01 Nov 2010 08:23:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=7ojlsY1NIZtfxHvoazRQGvBpOnBYOPwUTYrK8cjpbB4=; b=H7kH+n4TusUOo9qsw8GDPUAfkcGUK8YdH9mN0lwN//a7Umf6Zj+LnXAv8xr/cmoDX4 Jk+uySL9D4/EVxkQ6/D7yge47hWItVaOT/TxszqYZbkh85iuUg2Kw6cDRQ/572xCyPaW BTZvEOBr0FLtFNBSUUg3R/ZcBRUGlo7UJTX4k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=nyrUQ4eIABEJIPid6oU8ig607fPYi2ArbS0f/zNT4KY2LBsQk4HrEG2DQC3FFiO+P2 C+s2q7HDfpRDKbmCy2gL22sR6KOdPO4FK+T1t44cdli9dEU4OPD5fl5PwRGBm/0Cx8xb Jg9kbOPr2WTUbWKXwKFCsUasiBy5OamzEU1lc= MIME-Version: 1.0 Received: by 10.229.235.195 with SMTP id kh3mr12521402qcb.97.1288625009392; Mon, 01 Nov 2010 08:23:29 -0700 (PDT) Received: by 10.229.229.14 with HTTP; Mon, 1 Nov 2010 08:23:29 -0700 (PDT) In-Reply-To: <1288579733869-1819798.post@n3.nabble.com> References: <1288579733869-1819798.post@n3.nabble.com> Date: Mon, 1 Nov 2010 11:23:29 -0400 Message-ID: Subject: Re: Solr Relevency Calculation From: Erick Erickson To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001485f91b12eefc0f0493ff63ba X-Virus-Checked: Checked by ClamAV on apache.org --001485f91b12eefc0f0493ff63ba Content-Type: text/plain; charset=ISO-8859-1 Here's a good place to start: http://search.lucidimagination.com/search/out?u=http://lucene.apache.org/java/2_4_0/scoring.html But what do you mean "this is going to search on five fields...."? This sounds like you're using DisMax in which case it throws out all but the top-scoring clause when it calculates the score for the document. HTH Erick On Sun, Oct 31, 2010 at 10:48 PM, sivaprasad wrote: > > Hi, > I have 25 indexed fields in my document.But by default, if i give > "q=laptops" this is going to search on five fields and iam getting the > score > as part of search results.How solr will calculate the score?Is it going to > calculate only on the five fields or on 25 fields which are indexed?What is > the order it is going to take to calculate score?Any documents related to > this topic is helpful for me. > > Regards, > JS > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Relevency-Calculation-tp1819798p1819798.html > Sent from the Solr - User mailing list archive at Nabble.com. > --001485f91b12eefc0f0493ff63ba--