Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 19793 invoked from network); 20 May 2010 18:00:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 May 2010 18:00:52 -0000 Received: (qmail 11780 invoked by uid 500); 20 May 2010 18:00:52 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 11642 invoked by uid 500); 20 May 2010 18:00:52 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 11635 invoked by uid 99); 20 May 2010 18:00:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 May 2010 18:00:52 +0000 X-ASF-Spam-Status: No, hits=-1509.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 May 2010 18:00:51 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id AF2AF1761E; Thu, 20 May 2010 18:00:31 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 20 May 2010 18:00:31 -0000 Message-ID: <20100520180031.3854.78008@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Trivial_Update_of_=22DataImportHandler=22_by_Fe?= =?utf-8?q?rgusMcMenemie?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "DataImportHandler" page has been changed by FergusMcMenemie. The comment on this change is: removal of more obsolete ! chars. http://wiki.apache.org/solr/DataImportHandler?action=3Ddiff&rev1=3D242&rev2= =3D243 -------------------------------------------------- ... }}} - It uses the org.apache.solr.analysis.HTML!StripReader class to strip HTML= tags out of the field on which it is applied + It uses the org.apache.solr.analysis.HTMLStripReader class to strip HTML = tags out of the field on which it is applied = '''Attributes''' = - * '''`stripHTML`''' : Boolean value to signal if HTML!StripTransformer s= hould process this field or not. + * '''`stripHTML`''' : Boolean value to signal if HTMLStripTransformer sh= ould process this field or not. = =3D=3D=3D ClobTransformer =3D=3D=3D [[Solr1.4]] @@ -755, +755 @@ This is the defaut. The !DataSource must be of type `DataSource>>` . !JdbcDataSource can be used with this. = =3D=3D=3D XPathEntityProcessor =3D=3D=3D - Used when indexing XML type data. The !DataSource must be of type `DataSo= urce` . URL!DataSource [[Solr1.4]] or !FileDataSource is common= ly used with XPathEntityProcessor. + Used when indexing XML type data. The !DataSource must be of type `DataSo= urce` . URLDataSource [[Solr1.4]] or !FileDataSource is commonl= y used with XPathEntityProcessor. = =3D=3D=3D FileListEntityProcessor =3D=3D=3D A simple entity processor which can be used to enumerate the list of file= s from a File System based on some criteria. It does not use a !DataSource.= The entity attributes are: @@ -824, +824 @@ }}} = - Ensure that the dataSource is of type !DataSource (!FileDataSourc= e, URL!DataSource) + Ensure that the dataSource is of type !DataSource (!FileDataSourc= e, URLDataSource) = =3D=3D=3D LineEntityProcessor =3D=3D=3D <>