Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 82786 invoked from network); 3 Feb 2009 08:41:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2009 08:41:04 -0000 Received: (qmail 65898 invoked by uid 500); 3 Feb 2009 08:41:03 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 65883 invoked by uid 500); 3 Feb 2009 08:41:03 -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 65872 invoked by uid 99); 3 Feb 2009 08:41:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 00:41:03 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [213.133.51.241] (HELO mail.hippo.nl) (213.133.51.241) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 08:40:55 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Indexing... Date: Tue, 3 Feb 2009 09:40:30 +0100 Message-ID: In-Reply-To: <96ab3ced0902022129p54111aadv9427511e677da763@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Indexing... Thread-Index: AcmFwHiKqxt0HKWHRxaSMZnx+PhgMQAGjctQ References: <96ab3ced0902022129p54111aadv9427511e677da763@mail.gmail.com> From: "Ard Schrijvers" To: X-Virus-Checked: Checked by ClamAV on apache.org >=20 > Quick Q: textual content stored on a node is full text=20 > indexed - but what about item that is stored via InputStream=20 > (assuming it happens to be text?) it wouldn't be indexed would it? Depends on whether you configure it to be indexed or not, see textFilterClasses at [1]. Think in the comment of the SearchIndex of the repository.xml in trunk you can find which textFilterClasses are available (pdf/html/text/xml etc ) [1] http://wiki.apache.org/jackrabbit/Search Regards Ard >=20 >=20 > Michael. >=20