LineEntityProcessor | Separator --- /update/csv | OnError

2017-01-05 Thread Moenieb Davids
Hi, Just wanted to know if anybody can assist with the following scenario: I have a pipe delimited mainframe file\s that sometimes misses certain fields in a row, which obviously causes issues when I try the /update/csv handler. Scenario 1: The csv handler is quite fast, however, when it picks u

Re: [SOLR-2549] DIH LineEntityProcessor support for delimited & fixed-width files

2012-11-09 Thread zakaria benzidalmal
the modified patch to the JIRA issue > for future reference. Thanks. > > James Dyer > E-Commerce Systems > Ingram Content Group > (615) 213-4311 > > > -Original Message- > From: zakaria benzidalmal [mailto:zakib...@gmail.com] > Sent: Wednesday, November

RE: [SOLR-2549] DIH LineEntityProcessor support for delimited & fixed-width files

2012-11-07 Thread Dyer, James
il.com] Sent: Wednesday, November 07, 2012 9:53 AM To: solr-user@lucene.apache.org Subject: Re: [SOLR-2549] DIH LineEntityProcessor support for delimited & fixed-width files James, Thank you for you quick answer. This is my data-config.xml file:

Re: [SOLR-2549] DIH LineEntityProcessor support for delimited & fixed-width files

2012-11-07 Thread zakaria benzidalmal
9,BIGDECIMAL,0,LEFT" > colDef2="COUNT,9,19,INTEGER,0,LEFT" > /> > > > > > James Dyer > E-Commerce Systems > Ingram Content Group > (615) 213-4311 > > > -Original Message- > From: zaka

RE: [SOLR-2549] DIH LineEntityProcessor support for delimited & fixed-width files

2012-11-07 Thread Dyer, James
@gmail.com] Sent: Wednesday, November 07, 2012 9:08 AM To: solr-user@lucene.apache.org Subject: [SOLR-2549] DIH LineEntityProcessor support for delimited & fixed-width files Hi all, Could some one provide a clear exemple using this Processor (data-config.xml exemple)? I run into this problem

[SOLR-2549] DIH LineEntityProcessor support for delimited & fixed-width files

2012-11-07 Thread zakaria benzidalmal
Hi all, Could some one provide a clear exemple using this Processor (data-config.xml exemple)? I run into this problem after patching and building my code: GRAVE: Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerExcept

Re: LineEntityProcessor process only one file

2012-09-02 Thread Lance Norskog
Ahmet, please post your dih script in a message (not as an attachment). - Original Message - | From: "James Dyer" | To: solr-user@lucene.apache.org | Sent: Friday, August 31, 2012 12:53:50 PM | Subject: RE: LineEntityProcessor process only one file | | No, it should process

RE: LineEntityProcessor process only one file

2012-08-31 Thread Dyer, James
m Content Group (615) 213-4311 -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Friday, August 31, 2012 1:53 PM To: solr-user@lucene.apache.org Subject: LineEntityProcessor process only one file LineEntityProcessor processes only one document whe

Re: LineEntityProcessor Usage

2012-06-28 Thread Lance Norskog
2012 at 9:55 AM, kiran kumar wrote: > Hello, > I have a question regarding configuration of LineEntityProcessor. How do we > configure LineEntityProcessor to read a line of text from a file,parse the > line and assign it to specific fields in schema. > How exactly is the text in a l

LineEntityProcessor Usage

2012-06-28 Thread kiran kumar
Hello, I have a question regarding configuration of LineEntityProcessor. How do we configure LineEntityProcessor to read a line of text from a file,parse the line and assign it to specific fields in schema. How exactly is the text in a line gets mapped to fields in schema. I have searched a lot

RE: LineEntityProcessor Usage

2012-06-28 Thread Dyer, James
LineEntityProcessor outputs the entire line in a field called "rawLine". You then need to write a transformer that will parse out the data. But see https://issues.apache.org/jira/browse/SOLR-2549 for enhancements that will parse the data without needing a transformer, if the data i

LineEntityProcessor Usage

2012-06-28 Thread kiran kumar
Hello, I have a question regarding configuration of LineEntityProcessor. How do we configure LineEntityProcessor to read a line of text from a file,parse the line and assign it to specific fields in schema. How exactly is the text in a line gets mapped to fields in schema. I have searched a lot

Re: LineEntityProcessor

2011-12-28 Thread Chris Hostetter
https://wiki.apache.org/solr/UsingMailingLists : Hello everybody, : : I'm trying to use LineEntityProcessor of DIH but somehow without success. : : I've create data-lep-config.xml, added request handler in solrconfig.xml. : : During full-import I get a response saying that x rows were fetched, 0 docs

LineEntityProcessor

2011-12-06 Thread Oleg Tikhonov
Hello everybody, I'm trying to use LineEntityProcessor of DIH but somehow without success. I've create data-lep-config.xml, added request handler in solrconfig.xml. During full-import I get a response saying that x rows were fetched, 0 docs added/updated. I defined also very basic

Re: FileListEntityProcessor and LineEntityProcessor

2009-09-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
quot;> > > ... > > > -- > View this message in context: > http://www.nabble.com/FileListEntityProcessor-and-LineEntityProcessor-tp25476443p25480830.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- - Noble Paul | Principal Engineer| AOL | http://aol.com

Re: FileListEntityProcessor and LineEntityProcessor

2009-09-16 Thread wojtekpia
Note that if I change my import file to explicitly list all my files (instead of using the FileListEntityProcessor) as below then everything works as I expect. ... -- View this message in context: http://www.nabble.com/FileListEntityProcessor-and-LineEntityProcessor

Re: FileListEntityProcessor and LineEntityProcessor

2009-09-16 Thread wojtekpia
a directory containing a bunch of files that have one entity per line. Each line contains "blocks" of data. I parse out each block and process it appropriately using myTransformer. Is this use of FileListEntityProcessor with LineEntityProcessor not supported? -- View this m

Re: FileListEntityProcessor and LineEntityProcessor

2009-09-16 Thread Fergus McMenemie
>Hi, > >I'm trying to import data from a list of files using the >FileListEntityProcessor. Here is my import configuration: > > > >baseDir="d:\my\directory\" fileName=".*WRK" recursive="false" >rootEntity="

FileListEntityProcessor and LineEntityProcessor

2009-09-16 Thread wojtekpia
choking on. Does anyone know what I'm doing wrong? Thanks, Wojtek -- View this message in context: http://www.nabble.com/FileListEntityProcessor-and-LineEntityProcessor-tp25476443p25476443.html Sent from the Solr - User mailing list archive at Nabble.com.