;Spadez"
| To: solr-user@lucene.apache.org
| Sent: Sunday, November 18, 2012 7:34:34 AM
| Subject: Re: Solr Delta Import Handler not working
|
| Update! Thank you to Lance for the help. Based on your suggestion I
| have
| fixed up a few things.
|
| *My Dataconfig now has the filename patter
Update! Thank you to Lance for the help. Based on your suggestion I have
fixed up a few things.
*My Dataconfig now has the filename pattern fixed and root entity=true*
/
/
*My data.xml has a corrected date format with "T":*
/
123
Delta Import 2
I think this means the pattern did not match any files:
0
The wiki example includes a '^' at the beginning of the filename pattern. This
matches a complete line.
http://wiki.apache.org/solr/DataImportHandler#Transformers_Example
More:
Add rootEntity="true". It cannot hurt to be explicit.
The d