Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 64362 invoked from network); 9 Jun 2007 07:54:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jun 2007 07:54:18 -0000 Received: (qmail 7043 invoked by uid 500); 9 Jun 2007 07:54:22 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 6696 invoked by uid 500); 9 Jun 2007 07:54:21 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 6686 invoked by uid 99); 9 Jun 2007 07:54:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 00:54:21 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jukka.zitting@gmail.com designates 209.85.132.244 as permitted sender) Received: from [209.85.132.244] (HELO an-out-0708.google.com) (209.85.132.244) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 00:54:17 -0700 Received: by an-out-0708.google.com with SMTP id c37so255557anc for ; Sat, 09 Jun 2007 00:53:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cROzWCm4LaChJRAsUNghhnwoUGzyFveq1B64phJBtkKojWMpBXJm2/zV2SUs9IXGYvK9CPifgnoknvfwhvRpj50LjU/53pwYVmDSmy+8OcroiMbBcEr0kZA2i5T3C+vi4oIwCvgK1ViELV1XekVp4U4EGYOw/p6baFkT172YPJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EmdagcqcwhKhql6BOZIMi3KEqTBHCXeyU5qIA25akafB3UXtJFoZxWR+5tg6DIQ00j7A1lSJaSl5VawSGWFlrnYwkU8SklgkZlTGqQ/fDCg4ZaNj3wCkLtHjc26uKH3IkekF2HHiTKxE2iSj59OhrFPMF7ne3FY0UAOEPWMmbCI= Received: by 10.100.60.19 with SMTP id i19mr2229699ana.1181375636349; Sat, 09 Jun 2007 00:53:56 -0700 (PDT) Received: by 10.100.163.1 with HTTP; Sat, 9 Jun 2007 00:53:56 -0700 (PDT) Message-ID: <510143ac0706090053g7cac5a4fi7ae42745c6496f6f@mail.gmail.com> Date: Sat, 9 Jun 2007 10:53:56 +0300 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: Full Text Search packages? In-Reply-To: <10990568.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <10990568.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 6/6/07, gsoap wrote: > I want to perform full text search in jackrabbit. > For this purpose I need to mention text filters in repository.xml. > But the problem is that my classpath does not have required classes like: > > org.apache.jackrabbit.core.PdfTextFilter > > I have all the required jars in my classpath. > What should I do, is it the case of any missing jar etc? In Jackrabbit 1.3 the "text filters" were replaced with "text extractors". See http://jackrabbit.apache.org/api/1.3/org/apache/jackrabbit/extractor/package-summary.html for the available extractor classes that you can use in the search index configuration. BR, Jukka Zitting