Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 48391 invoked from network); 12 Jul 2004 16:41:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jul 2004 16:41:26 -0000 Received: (qmail 69046 invoked by uid 500); 12 Jul 2004 16:41:23 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 68991 invoked by uid 500); 12 Jul 2004 16:41:23 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 68978 invoked by uid 99); 12 Jul 2004 16:41:23 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received: from [66.218.93.59] (HELO web41310.mail.yahoo.com) (66.218.93.59) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 12 Jul 2004 09:41:19 -0700 Message-ID: <20040712164116.56006.qmail@web41310.mail.yahoo.com> Received: from [68.65.222.55] by web41310.mail.yahoo.com via HTTP; Mon, 12 Jul 2004 09:41:16 PDT Date: Mon, 12 Jul 2004 09:41:16 -0700 (PDT) From: Troy Gardner Subject: return scoring for multiple query terms To: lucene-dev@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm wondering if there's a simpler approach to getting the explanation of a multiple term query than calling explanation (which is supposedly very expensive) e.g. query "bad" + "apples" bool query bool query term= "bad" AND bool query term "apples" where the hitlist results would be like: doc1 (100%) "bad" (90%) "apples" (40%) doc2 (40%) "bad" (40%) "apples" (100%) except as potentially deep as the query complexity. I don't need a full explanation just the query term and it's score, the explanation seems to carry more info than this. --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org