Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 66279 invoked from network); 3 May 2005 18:54:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2005 18:54:40 -0000 Received: (qmail 33784 invoked by uid 500); 3 May 2005 18:25:31 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 33734 invoked by uid 500); 3 May 2005 18:25:30 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 33710 invoked by uid 99); 3 May 2005 18:25:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of gomesp@gmail.com designates 64.233.184.206 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.206) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 03 May 2005 11:25:06 -0700 Received: by wproxy.gmail.com with SMTP id 36so2197895wra for ; Tue, 03 May 2005 11:23:15 -0700 (PDT) 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:content-disposition; b=cCprXy7O4SODTn1sqi6WljAFxptKhFPUHI3ElnsVIDt+xIaESmEjaekQLekeJ3c/6FsKlhHijdYZgoOU4sZb8ST+FQfp/FTffcgKgOi6yztPrfNmgRD0i43E7SS+n8RqkdW9bXlnVnjVcD2EgwmVJcgDYbWFcHdw46WvRCWXr0Y= Received: by 10.54.97.11 with SMTP id u11mr32443wrb; Tue, 03 May 2005 11:23:15 -0700 (PDT) Received: by 10.54.104.18 with HTTP; Tue, 3 May 2005 11:23:15 -0700 (PDT) Message-ID: <4f05ec8e05050311236096a238@mail.gmail.com> Date: Tue, 3 May 2005 20:23:15 +0200 From: Pablo Gomes Ludermir Reply-To: Pablo Gomes Ludermir To: Lucene user list Subject: getting document metadata Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello all, I would like to retrieve some document metadata after the search, i.e. the documents that are returned in the Hits would be PDFs and I would be able to get some info using PDFBox. But I am not sure about indexing the path when adding the document to the index (I do some processing with the contents of the index, and I would like to have only one field: the body contents). Is there another way to get the document's path if we don't index it? Or just with magic? :) Regards, --=20 Pablo Gomes Ludermir gomesp@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org