Re: Re : Re : Re : Re : Pb using delta import with XPathEntityProcessor

2009-09-11 Thread Noble Paul നോബിള്‍ नोब्ळ्
thanks for reporting the issue. On Fri, Sep 11, 2009 at 2:54 PM, nourredine khadri wrote: > Great! it works ! > > Thanks Paul. I appreciate your reactivity. > > > > nourredine khadri wrote : >> > >>Thanks! I'll test it ASAP! >> > > > >>Noble Paul wrote : >>> >>>https://issues.apache.org/jira/brow

Re : Re : Re : Re : Pb using delta import with XPathEntityProcessor

2009-09-11 Thread nourredine khadri
Great! it works ! Thanks Paul. I appreciate your reactivity. nourredine khadri wrote : > >Thanks! I'll test it ASAP! > >Noble Paul wrote : >> >>https://issues.apache.org/jira/browse/SOLR-1421 >>

Re : Re : Re : Re : Pb using delta import with XPathEntityProcessor

2009-09-11 Thread nourredine khadri
Thanks! I'll test it ASAP! Noble Paul wrote : > >https://issues.apache.org/jira/browse/SOLR-1421 >

Re: Re : Re : Re : Pb using delta import with XPathEntityProcessor

2009-09-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
https://issues.apache.org/jira/browse/SOLR-1421 2009/9/10 Noble Paul നോബിള്‍ नोब्ळ् : > I guess there is a bug. I shall raise an issue. > > > > 2009/9/10 Noble Paul നോബിള്‍  नोब्ळ् : >> everything looks fine and it beats me completely. I guess you will >> have to debug this >> >> On Thu, Sep 10,

Re: Re : Re : Re : Pb using delta import with XPathEntityProcessor

2009-09-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess there is a bug. I shall raise an issue. 2009/9/10 Noble Paul നോബിള്‍ नोब्ळ् : > everything looks fine and it beats me completely. I guess you will > have to debug this > > On Thu, Sep 10, 2009 at 6:17 PM, nourredine khadri > wrote: >> Some fields are null but not the one parsed by XPat

Re: Re : Re : Re : Pb using delta import with XPathEntityProcessor

2009-09-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
everything looks fine and it beats me completely. I guess you will have to debug this On Thu, Sep 10, 2009 at 6:17 PM, nourredine khadri wrote: > Some fields are null but not the one parsed by XPathEntityProcessor (named > XML) > > 10 sept. 2009 14:40:34 org.apache.solr.handler.dataimport.LogTra

Re : Re : Re : Pb using delta import with XPathEntityProcessor

2009-09-10 Thread nourredine khadri
Some fields are null but not the one parsed by XPathEntityProcessor (named XML) 10 sept. 2009 14:40:34 org.apache.solr.handler.dataimport.LogTransformer transformRow FIN: Map content : {KEYWORDS=pub, SPECIFIC=null, FATHERSID=, CONTAINERID=, ARCHIVEDDATE=0, SITE=12308, LANGUAGE=null, ARCHIVESTATE

Re: Re : Re : Pb using delta import with XPathEntityProcessor

2009-09-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
what do you see if you keep the logTemplate="${document}". I'm trying to figure out the contents of the map

Re : Re : Pb using delta import with XPathEntityProcessor

2009-09-10 Thread nourredine khadri
That's the case. The field is not null. 10 sept. 2009 14:10:54 org.apache.solr.handler.dataimport.LogTransformer transformRow FIN: id : 5040052 - Xml content : Empty Subtitle - Click Here to edit Empty Title - Click Here to edit Empty Chap¶ - Click Here to edit Empty Autor - Click

Re: Re : Pb using delta import with XPathEntityProcessor

2009-09-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
can your just confirm that the field is not null byadding in a LogTransformer to the entity "document" On Thu, Sep 10, 2009 at 3:54 PM, nourredine khadri wrote: > But why that occurs only for delta import and not for the full ? > > I've checked my data : no xml field is null. > > Nourredine. >

Re: Pb using delta import with XPathEntityProcessor

2009-09-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
I just committed the fix https://issues.apache.org/jira/browse/SOLR-1420 But it does not solve your problem , it will just prevent the import from throwing an exception and fail 2009/9/10 Noble Paul നോബിള്‍ नोब्ळ् : > I guess there was a null field and the xml parser blows up > > > On Thu, Sep 1

Re : Pb using delta import with XPathEntityProcessor

2009-09-10 Thread nourredine khadri
But why that occurs only for delta import and not for the full ? I've checked my data : no xml field is null. Nourredine. Noble Paul wrote : > >I guess there was a null field and the xml parser blows up

Re: Pb using delta import with XPathEntityProcessor

2009-09-10 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess there was a null field and the xml parser blows up On Thu, Sep 10, 2009 at 3:06 PM, nourredine khadri wrote: > Hi, > > I'm new solR user and for the moment it suits almost all my needs :) > > I use a fresh nightly release (09/2009) and I index a > database table using dataImportHandler.

Pb using delta import with XPathEntityProcessor

2009-09-10 Thread nourredine khadri
Hi, I'm new solR user and for the moment it suits almost all my needs :) I use a fresh nightly release (09/2009) and I index a database table using dataImportHandler. I try to parse an xml content field from this table using XPathEntityProcessor and FieldReaderDataSource. Everything works fi