From lucene-user-return-5683-apmail-jakarta-lucene-user-archive=jakarta.apache.org@jakarta.apache.org Thu Oct 16 13:34:48 2003 Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 67264 invoked from network); 16 Oct 2003 13:34:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Oct 2003 13:34:48 -0000 Received: (qmail 31679 invoked by uid 500); 16 Oct 2003 13:34:37 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 31645 invoked by uid 500); 16 Oct 2003 13:34:36 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 31622 invoked from network); 16 Oct 2003 13:34:36 -0000 Received: from unknown (HELO Clarion.ucd.ie) (193.1.172.140) by daedalus.apache.org with SMTP; 16 Oct 2003 13:34:36 -0000 Received: from CONVERSION-DAEMON.Clarion.ucd.ie by Clarion.ucd.ie (PMDF V6.2-X17 #30834) id <0HMU00C01R1LAV@Clarion.ucd.ie> for lucene-user@jakarta.apache.org; Thu, 16 Oct 2003 14:34:33 +0100 (IST) Received: from mojo (mojo.ucd.ie [193.1.132.191]) by Clarion.ucd.ie (PMDF V6.2-X17 #30834) with SMTP id <0HMU00DDNR1H1O@Clarion.ucd.ie> for lucene-user@jakarta.apache.org; Thu, 16 Oct 2003 14:34:29 +0100 (IST) Date: Thu, 16 Oct 2003 14:34:33 +0100 From: Maurice Coyle Subject: document score for a page To: Lucene Users List Message-id: <017b01c393ea$3c2bf550$bf8401c1@mojo> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook Express 6.00.2720.3000 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <496A2C679221504D8B8AE4B10267E876019D7CF7@gb-sm-cala-xm11.corp.disney.com> <006001c38d00$6bcded40$bf8401c1@mojo> <3F830D39.2090507@gwmail.syr.edu> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi, if i have an index containing a page and i want to know the score that page has for a given query, is there a way of finding out the score without performing a search? it seems like a strange question but the reason is that if i perform a search using the given query on my index, sometimes the page i want is not returned in the Hits object and so i can't find out the score of the page. i'm performing some analysis of search results so for each query i need to know the score for every page in the index for that query, even if it's not returned when a search is performed on the query. will i need to implement a method to do this, or does one already exist? i guess as an addendum to this question it would be useful for me to know when lucene decides to stop returning results. is it just when all pages containing the query term have been returned? maurice --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org