Re: troubles with delta import

2008-11-14 Thread Marc Sturlese
Hey Shalin! Now at least I am getting some errors in the log file :D... Hope now I will be able to find the problem. Thanks for everything! Shalin Shekhar Mangar wrote: > > Ok I found the problem. > > In debug mode, DataImportHandler does not commit documents since it is > meant > for debuggin

Re: troubles with delta import

2008-11-14 Thread Shalin Shekhar Mangar
Ok I found the problem. In debug mode, DataImportHandler does not commit documents since it is meant for debugging only. If you want to do a commit, add commit=true as a request parameter. On Fri, Nov 14, 2008 at 7:56 PM, Marc Sturlese <[EMAIL PROTECTED]>wrote: > > Hey, > That's the weird thing.

Re: troubles with delta import

2008-11-14 Thread Marc Sturlese
Hey, That's the weird thing... in the log everything seems to work fine: Nov 14, 2008 3:12:46 PM org.apache.solr.handler.dataimport.DataImportHandler processConfiguration INFO: Processing configuration from solrconfig.xml: {config=/opt/netbeans-5.5.1/enterprise3/apache-tomcat-5.5.17/bin/solr/conf

Re: troubles with delta import

2008-11-14 Thread Shalin Shekhar Mangar
Mark, even if the dataimport.properties is not present, DIH will create it. Are you seeing any exceptions in the log or in the debug mode? On Fri, Nov 14, 2008 at 7:03 PM, Marc Sturlese <[EMAIL PROTECTED]>wrote: > > Hey Shalin, > I have tryied 2 methods: > 1-First doing a full-import and after a

Re: troubles with delta import

2008-11-14 Thread Marc Sturlese
Hey Shalin, I have tryied 2 methods: 1-First doing a full-import and after a delta-import 2.-Start directly with the delta-import. In any of both cases the date of the import.properties file is updated. I have it placed in the same folder as schema.xml,data-config.xml and solrconfig.xml (is where

Re: troubles with delta import

2008-11-14 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Fri, Nov 14, 2008 at 4:35 PM, Marc Sturlese <[EMAIL PROTECTED]> wrote: > > Hey there, I am using dataimport with full-import successfully but there's no > way do make it work with delta-import. Aparently solr doesn't show any error > but it does not do what it is supose to. > I thing the problme

Re: troubles with delta import

2008-11-14 Thread Shalin Shekhar Mangar
Hi Marc, Did you do a full-import first? If not, no value for last import time is written and the delta query may fail. We should fix this to use a sane default so that people do not need to full import first. You need to put both because we support both full and delta, both of which need differe