Re: DataImportHandler and delta-import question

2009-03-06 Thread Marc Sturlese
Hey, You can donwload the DataImportHandler from the Solr1.3 release, that should work as does not implements rollbacks. If you want to test a nightly, I think is always best to test one of the recents. Tim Garafola wrote: > > Thanks. Can you recommend a build I can try? > > On Thu, Mar 5, 200

Re: DataImportHandler and delta-import question

2009-03-05 Thread Garafola Timothy
Thanks. Can you recommend a build I can try? On Thu, Mar 5, 2009 at 3:09 PM, Marc Sturlese wrote: > > I am not sure if RollBackUpdateCommand was yet developed in the oficial solr > 1.3 release. I think it's just in the nightly builds. Looks like your > dataimport package is too new. I think you

Re: DataImportHandler and delta-import question

2009-03-05 Thread Marc Sturlese
I am not sure if RollBackUpdateCommand was yet developed in the oficial solr 1.3 release. I think it's just in the nightly builds. Looks like your dataimport package is too new. I think you should try to use that dataimport release with a solr nightly or try to grab an older dataimport release.

Re: DataImportHandler and delta-import question

2009-03-05 Thread Garafola Timothy
I tried updating the solr instance I'm testing DIH with, adding the the dataimport and slf4j jar files to solr. When I start solr, I get the following error. Is there something else which needs to be installed for the nightly build version of DIH to work in solr release 1.3? Thanks, Tim java.l

Re: DataImportHandler and delta-import question

2009-03-05 Thread Garafola Timothy
yes, the dataimport.properties file is present in the conf directory from previous imports. I'll try the trunk version as you suggested to see if the problem persists. Thanks, Tim On Wed, Mar 4, 2009 at 7:54 PM, Noble Paul നോബിള്‍ नोब्ळ् wrote: > the dataimport.properties is created only after

Re: DataImportHandler and delta-import question

2009-03-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
the dataimport.properties is created only after one successful import .so it is available only from second import onwards. probably you can create one manually and put it in the conf dir. On Thu, Mar 5, 2009 at 12:52 AM, Garafola Timothy wrote: > Thanks, > > I set up a another test instance of so

Re: DataImportHandler and delta-import question

2009-03-04 Thread Garafola Timothy
Thanks, I set up a another test instance of solr and ran a full import within the DIH Development Console. I examined the query and found that last_index_time is not getting set in the query. Yet the value does get updated after a full import completes (outside of the development console). Is t

Re: DataImportHandler and delta-import question

2009-03-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
I do not see anything wrong with this .It should have worked . Can you check that dataimport.properties is created (by DIH) in the conf directory? . check the content? are you sure that the query select DId from 2_Doc where ModifiedDate > '${dataimporter.last_index_time}' works with a date for