Return-Path: Delivered-To: apmail-lucene-general-archive@www.apache.org Received: (qmail 38786 invoked from network); 13 Dec 2007 18:21:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2007 18:21:00 -0000 Received: (qmail 19149 invoked by uid 500); 13 Dec 2007 18:20:48 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 18918 invoked by uid 500); 13 Dec 2007 18:20:48 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 18907 invoked by uid 99); 13 Dec 2007 18:20:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 10:20:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of list2006@danielnaber.de designates 80.67.18.16 as permitted sender) Received: from [80.67.18.16] (HELO smtprelay04.ispgateway.de) (80.67.18.16) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 18:20:24 +0000 Received: (qmail 8863 invoked from network); 13 Dec 2007 18:20:24 -0000 Received: from unknown (HELO p54bfd74e.dip.t-dialin.net) (695637@[84.191.215.78]) (envelope-sender ) by smtprelay04.ispgateway.de (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 13 Dec 2007 18:20:24 -0000 From: Daniel Naber To: general@lucene.apache.org Subject: Re: General Question Date: Thu, 13 Dec 2007 19:21:10 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) References: <000e01c83d97$1798e030$46caa090$@biz> In-Reply-To: <000e01c83d97$1798e030$46caa090$@biz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712131921.10289@danielnaber.de> X-Virus-Checked: Checked by ClamAV on apache.org On Donnerstag, 13. Dezember 2007, Todd McIndoo wrote: > We are using Lucene its great and it will search in readable Adobe PDF > files after installing the Adobe I Filter. Only if you write the code to access the filter. Lucene doesn't know about converters, it only takes plain text. > to search in a outlook email printed to Adobe PDF but it yields no > search results even though the text is readable within That looks more like a problem with the filter, not with Lucene. > Another general question - can Lucene be set to search on and locate on > file names in addition to text inside a file? Sure, if you index the filename into a field and send the query to that field (e.g. "filename:foobar"). Regards Daniel -- http://www.danielnaber.de