Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 52414 invoked from network); 29 Jan 2009 18:52:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2009 18:52:05 -0000 Received: (qmail 72385 invoked by uid 500); 29 Jan 2009 18:52:00 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 72359 invoked by uid 500); 29 Jan 2009 18:52:00 -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 72344 invoked by uid 99); 29 Jan 2009 18:52:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 10:52:00 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mruno@zappos.com designates 66.209.92.160 as permitted sender) Received: from [66.209.92.160] (HELO mailer2.zappos.com) (66.209.92.160) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 29 Jan 2009 18:51:50 +0000 Received: (qmail 16521 invoked from network); 29 Jan 2009 18:51:29 -0000 Received: from unknown (HELO mail.zappos.com) (10.206.173.4) by 10.66.209.20 with SMTP; 29 Jan 2009 18:51:29 -0000 Received: from mail.zappos.com (localhost [127.0.0.1]) by mail.zappos.com (Postfix) with ESMTP id 11CCE7B31D7 for ; Thu, 29 Jan 2009 10:51:29 -0800 (PST) Received: from [10.206.183.176] (firewall [10.206.172.1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.zappos.com (Postfix) with ESMTPS id 05B8B7B31D4 for ; Thu, 29 Jan 2009 10:51:29 -0800 (PST) Message-Id: <3A862DFF-E368-452F-9452-0F5AF9F2FF1B@zappos.com> From: Matthew Runo To: solr-user@lucene.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Question about rating documents Date: Thu, 29 Jan 2009 10:51:28 -0800 References: X-Mailer: Apple Mail (2.930.3) X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org You could use a boost function to gently boost up items which were marked as more popular. You would send the function query in the "bf" parameter with your query, and you can find out more about syntax here: http://wiki.apache.org/solr/FunctionQuery Thanks for your time! Matthew Runo Software Engineer, Zappos.com mruno@zappos.com - 702-943-7833 On Jan 29, 2009, at 10:27 AM, Reece wrote: > Currently I'm using SOLR 1.2 to index a few million documents. It's > been requested that a way for users to rate the documents be done so > that something rated higher would show up higher in search results and > vice verse. > > I've been thinking about it, but can't come up with a good way to do > this and still have the "best match" ranking of the results according > to search terms entered by the users. > > I was hoping someone had done something similar or would have some > insight on it. > > Thanks in advance! > > -Reece >