Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 39245 invoked from network); 30 Apr 2004 16:39:18 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Apr 2004 16:39:18 -0000 Received: (qmail 80253 invoked by uid 500); 30 Apr 2004 16:39:04 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 80232 invoked by uid 500); 30 Apr 2004 16:39:04 -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 80218 invoked from network); 30 Apr 2004 16:39:04 -0000 Received: from unknown (HELO dhcp64-134-25-169.wgbl.chi.wayport.net) (64.134.25.169) by daedalus.apache.org with SMTP; 30 Apr 2004 16:39:04 -0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by dhcp64-134-25-169.wgbl.chi.wayport.net (Postfix) with ESMTP id 2B9616BF4B6 for ; Fri, 30 Apr 2004 11:38:27 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v613) In-Reply-To: <1083341181.4092797d8caee@mailbox.inf.elte.hu> References: <1083341181.4092797d8caee@mailbox.inf.elte.hu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Erik Hatcher Subject: Re: Which Field contained the hit? Date: Fri, 30 Apr 2004 11:38:26 -0500 To: "Lucene Users List" X-Mailer: Apple Mail (2.613) 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 Have a look at IndexSearcher.explain and see if that gives you the info=20= you want. Also, the Highlighter code may be able to help here as well=20= (it is in the sandbox). Erik On Apr 30, 2004, at 11:06 AM, Szak=E1cs Botond wrote: > > > Hi, > > I've an Index, which contains documents with muliple fields. I'm=20 > searching in > several fieds. If I find a document matching my search criteria, is it=20= > possible > to determine which Filed(s) contained the matching values? Those = fields > includes large documents, so not all of them is stored in the Index. > > Thanks in advance, > Botond. > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org