Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 72579 invoked from network); 3 Feb 2011 10:43:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2011 10:43:18 -0000 Received: (qmail 87764 invoked by uid 500); 3 Feb 2011 10:43:17 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 87176 invoked by uid 500); 3 Feb 2011 10:43:14 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 87169 invoked by uid 500); 3 Feb 2011 10:43:13 -0000 Delivered-To: apmail-lucene-solr-dev@lucene.apache.org Received: (qmail 87166 invoked by uid 99); 3 Feb 2011 10:43:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 10:43:13 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 10:43:06 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1PkweC-0003Nr-5Z for solr-dev@lucene.apache.org; Thu, 03 Feb 2011 02:42:44 -0800 Date: Thu, 3 Feb 2011 02:42:44 -0800 (PST) From: seb835 To: solr-dev@lucene.apache.org Message-ID: <1296729764167-2412451.post@n3.nabble.com> In-Reply-To: <4D49893A.4050409@lw-systems.de> References: <1296659840782-2405905.post@n3.nabble.com> <4D49893A.4050409@lw-systems.de> Subject: Re: Boosting score based on a 0 to 5 star rating MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thank you Jens - that has worked perfectly. And with a little modification, my query now looks like this: q=+(CookBook foo bar) rating_value:1^0.1 rating_value:2^0.2 ... Many thanks for your invaluable help! Seb -- View this message in context: http://lucene.472066.n3.nabble.com/Boosting-score-based-on-a-0-to-5-star-rating-tp2405905p2412451.html Sent from the Solr - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org