Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 91498 invoked from network); 24 Jun 2002 16:26:00 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 24 Jun 2002 16:26:00 -0000 Received: (qmail 24701 invoked by uid 97); 24 Jun 2002 16:25:41 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@jakarta.apache.org Received: (qmail 24437 invoked by uid 97); 24 Jun 2002 16:25:38 -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 24226 invoked by uid 98); 24 Jun 2002 16:25:37 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <3D1747FE.8040009@lucene.com> Date: Mon, 24 Jun 2002 09:25:34 -0700 From: Doug Cutting User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Users List Subject: Re: Weighted index References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Peter Carlson wrote: > I don't know the actual algorithm, but when you type in the search > > title:hello^3 AND heading:dolly^4 > > Will product different document scores than > > title:hello AND heading:dolly^4 > > Lucene will get the score for a given document, not a field. So it does > combine the results of the two fields together. Again, I don't know how it > combines them. Scores from different terms in the same document (and hence different fields) are summed. Doug -- To unsubscribe, e-mail: For additional commands, e-mail: