Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 81540 invoked from network); 16 Feb 2005 22:40:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Feb 2005 22:40:07 -0000 Received: (qmail 40335 invoked by uid 500); 16 Feb 2005 22:39:57 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 40305 invoked by uid 500); 16 Feb 2005 22:39:56 -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 40275 invoked by uid 99); 16 Feb 2005 22:39:56 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of john.wang@gmail.com designates 64.233.170.202 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.202) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 16 Feb 2005 14:39:56 -0800 Received: by rproxy.gmail.com with SMTP id 34so168230rns for ; Wed, 16 Feb 2005 14:39:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=H3UDylwrIpPRJ0juWGSsdqSmjMCPOuEpLenW02kLympD6khyVhZmDrHje4FPpCt2my4fkonaEUdVhUSji/py7syf3exdMgr5yszxxy4Fm2Rw9j9guQ+sJUemp538ZN1wNNCGm9iVWsuAK1HvBCQyiccKldGHt7TH+EKmcCEuxNI= Received: by 10.38.8.16 with SMTP id 16mr116017rnh; Wed, 16 Feb 2005 14:39:52 -0800 (PST) Received: by 10.38.179.63 with HTTP; Wed, 16 Feb 2005 14:39:52 -0800 (PST) Message-ID: <8837fb7705021614393260cf76@mail.gmail.com> Date: Wed, 16 Feb 2005 14:39:52 -0800 From: John Wang Reply-To: John Wang To: lucene-user@jakarta.apache.org Subject: knowing which field contributed the search result Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi: Is there way to find out given a hit from a search, find out which fields contributed to the hit? e.g. If my search for: contents1="brown fox" OR contents2="black bear" can the document founded by this query also have information on whether it was found via contents1 or contents2 or both. Thanks -John --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org