>>>>>>
>>>>>>>> >>>>>>> query = "select DId from 2_Doc where
>>>>>>>> ModifiedDate > '${dataimporter.last_index_time}'
>>>>>>>>
uery = "SELECT d.DId, d.SiteId,
>>>>>>> d.DocTitle, d.DocURL, d.DocDesc,
>>>>>>> d.DocType, d.Tags, d.Source,
>>>>>>> d.Last90DaysRFIsPercent,
>>>>>>>
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'
>>>>>>
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
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
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
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
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
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/