Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66426D8CE for ; Fri, 9 Nov 2012 10:38:16 +0000 (UTC) Received: (qmail 86048 invoked by uid 500); 9 Nov 2012 10:38:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 85805 invoked by uid 500); 9 Nov 2012 10:38:13 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 85788 invoked by uid 99); 9 Nov 2012 10:38:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2012 10:38:13 +0000 Date: Fri, 9 Nov 2012 10:38:13 +0000 (UTC) From: "zakaria benzidalmal (JIRA)" To: dev@lucene.apache.org Message-ID: <1512081605.91181.1352457493185.JavaMail.jiratomcat@arcas> In-Reply-To: <1864302985.46814.1306446827387.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Comment Edited] (SOLR-2549) DIH LineEntityProcessor support for delimited & fixed-width files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13493891#comment-13493891 ] zakaria benzidalmal edited comment on SOLR-2549 at 11/9/12 10:38 AM: --------------------------------------------------------------------- patch for solr 4.0.0 available was (Author: zakibenz): patch for solr 4.0.0 > DIH LineEntityProcessor support for delimited & fixed-width files > ----------------------------------------------------------------- > > Key: SOLR-2549 > URL: https://issues.apache.org/jira/browse/SOLR-2549 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler > Affects Versions: 4.0-ALPHA > Reporter: James Dyer > Priority: Minor > Attachments: SOLR-2549.patch, SOLR-2549.patch, SOLR-2549.patch, SOLR-2549.patch, v400-SOLR-2549.patch > > > Provides support for Fixed Width and Delimited Files without needing to write a Transformer. > The following xml properties are supported with this version of LineEntityProcessor: > For fixed width files: > - colDef[#] > For Delimited files: > - fieldDelimiterRegex > - firstLineHasFieldnames > - delimitedFieldNames > - delimitedFieldTypes > These properties are described in the api documentation. See patch. > When combined with the cache improvements from SOLR-2382 this allows you to join a flat file entity with other entities (sql, etc). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org