Re: DataImportHandler and delta-import question

2009-03-06 Thread Marc Sturlese
-- -Tim -- -Tim -- View this message in context: http://www.nabble.com/DataImportHandler-and-delta-import-question-tp22319343p22362850.html Sent from the Solr - User mailing list archive at Nabble.com. -- -Tim -- View this message in context: http://www.nabble.com

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 നോബിള്‍ नोब्ळ् noble.p...@gmail.com wrote: the dataimport.properties

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

Re: DataImportHandler and delta-import question

2009-03-05 Thread Marc Sturlese
: http://www.nabble.com/DataImportHandler-and-delta-import-question-tp22319343p22362850.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DataImportHandler and delta-import question

2009-03-05 Thread Garafola Timothy
-- --Noble Paul -- -Tim -- --Noble Paul -- -Tim -- -Tim -- View this message in context: http://www.nabble.com/DataImportHandler-and-delta-import-question-tp22319343p22362850.html Sent from the Solr - User mailing list archive at Nabble.com. -- -Tim

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

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 timgaraf...@gmail.com wrote: Thanks, I set up a another

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