Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 37415 invoked from network); 2 Mar 2007 10:18:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2007 10:18:52 -0000 Received: (qmail 16531 invoked by uid 500); 2 Mar 2007 10:18:50 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 16454 invoked by uid 500); 2 Mar 2007 10:18:50 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 16429 invoked by uid 99); 2 Mar 2007 10:18:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 02:18:50 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 02:18:37 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HN4q8-0000lA-Vz for java-dev@lucene.apache.org; Fri, 02 Mar 2007 02:18:17 -0800 Message-ID: <9267111.post@talk.nabble.com> Date: Fri, 2 Mar 2007 02:18:16 -0800 (PST) From: jreeman To: java-dev@lucene.apache.org Subject: Question about hits scores MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mimounl@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hello, here is the query I am sending to lucene : +(document_type:type0one +document_type:type0twenty0one) +state:live0 document_type and state are meta-datas. 0 is used as a separator in "type0one " and "type0twenty0one". I was thinking that the hits scores would be all set to 100% but it is not the case : I have this score : 1 hit typetype0one, score 100% 1 hit type0twenty0one, score 80% 1 hit type0twenty0one, score 80% I am using a standart analyzer with no stop words. I don't understand why I don't have all hits with 100% for score. Do you have some explanation ? Thanks in advance. -- View this message in context: http://www.nabble.com/Question-about-hits-scores-tf3332761.html#a9267111 Sent from the Lucene - Java Developer mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org