Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 13345 invoked from network); 14 May 2009 12:35:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 May 2009 12:35:54 -0000 Received: (qmail 16358 invoked by uid 500); 14 May 2009 12:35:51 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 16321 invoked by uid 500); 14 May 2009 12:35:51 -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 16311 invoked by uid 99); 14 May 2009 12:35:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 12:35:51 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of erickerickson@gmail.com designates 209.85.221.136 as permitted sender) Received: from [209.85.221.136] (HELO mail-qy0-f136.google.com) (209.85.221.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 12:35:42 +0000 Received: by qyk42 with SMTP id 42so1112252qyk.29 for ; Thu, 14 May 2009 05:35:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=h7YT6lNo4XI6AhIiGVXKodRd/DrvFdbUtr3Al7Qg+Qc=; b=MqMF+pLEpgjawUR5WlC8rO/AuMWcInam3XYwO9uOqZA50NLUouXUIm4vDplGOQ4Xgs zT4lluLH9weFXaitVTeckNE9LTlt5I1jlOELSx1WH64J5HzqesabSZ/6TkLLyzwFTqo0 VCxMDdLt0QQX8EqVzZDNJ3YAb7xGrVXDLY5FI= 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=oXEbDH9rpgJqD3KH+f+gTygL5cIsW8KYC88ETQPV+KZYSCucIPjsFJi6QdYSdFSbB8 pzExhbXYFWCCnz1T8+kRzaKya2EMnPYn8I4Xtr/m+DbKL+pVCujIlReRCdrugMhkTZCz cSDOaVeVarcjqJiJlECNuEhXtu0S4mdTuBkYY= MIME-Version: 1.0 Received: by 10.220.90.144 with SMTP id i16mr3345288vcm.14.1242304520748; Thu, 14 May 2009 05:35:20 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 May 2009 08:35:20 -0400 Message-ID: <359a92830905140535y3425c344jdfdd8306be5fd54c@mail.gmail.com> Subject: Re: Getting a score of a specific document From: Erick Erickson To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=0016e646990ea9819c0469de8f06 X-Virus-Checked: Checked by ClamAV on apache.org --0016e646990ea9819c0469de8f06 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I don't know if I'm understanding what you want, but if you havea pre-defined list of documents, couldn't you form a Filter? Then your results would only be the documents you care about. If this is irrelevant, perhaps you could explain a bit more about the problem you're trying to solve. Best Erick On Thu, May 14, 2009 at 5:03 AM, liat oren wrote: > Hi, > > I have a big index and I want to get for a specific search only the grades > of a list of documents. > Is there a better way to get this score than looping on all the reasults > set? > > Thanks, > Liat > --0016e646990ea9819c0469de8f06--