Re: DataImportHandler and delta-import question

2009-03-06 Thread Marc Sturlese
>>>>>>         >>>>>>>>                >>>>>>>                        query = "select DId from 2_Doc where >>>>>>>> ModifiedDate > '${dataimporter.last_index_time}' >>>>>>>>                                  

Re: DataImportHandler and delta-import question

2009-03-05 Thread Garafola Timothy
uery = "SELECT d.DId, d.SiteId, >>>>>>> d.DocTitle, d.DocURL, d.DocDesc, >>>>>>>                                        d.DocType, d.Tags, d.Source, >>>>>>> d.Last90DaysRFIsPercent, >>>>>>>                                  

Re: DataImportHandler and delta-import question

2009-03-05 Thread Marc Sturlese
                   i.Industry FROM 2_Doc d LEFT >>>>>> OUTER JOIN tmp_DocIndustry i >>>>>>                                        ON (d.DocId=i.DocId AND >>>>>> d.SiteId=i.SiteId) where d.DocType != 'Research articles' >>>>>>        

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

DataImportHandler and delta-import question

2009-03-03 Thread Garafola Timothy
I'm using solr 1.3 and am trying to get a delta-import with the DIH. Recently the wiki, http://wiki.apache.org/solr/DataImportHandler, was updated explaining that delta import is a 1.4 feature now but it was still possible get a delta using the full import example here, http://wiki.apache.org/solr/