I am also confused, as I've been using dataimporter.* and not dih.* and it is working fine.....
-----Original Message----- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Friday, December 14, 2012 2:41 PM To: solr-user@lucene.apache.org Subject: Re: Need help with delta import On 12/14/2012 11:39 AM, Dyer, James wrote: > Try ${dih.delta.ID} instead of ${dataimporter.delta.id}. Also use > ${dih.last_index_time} instead of ${dataimporter.last_index_time} . I > noticed when updating the test cases that the wiki incorrectly used the > longer name but with all the versions I tested this on only the short name > works. The wiki has since been changed. James, I use DIH for full Solr reindexes. My dih config makes extensive use of ${dataimporter.request.XXX} variables for my own custom parameters. I am using branch_4x checked out yesterday on my dev machine, and I did a full reindex on that version, which worked. Three questions: 1) Should I be using ${dih.request.XXX} instead? 2) Is the longer syntax going away? 3) What issues and/or docs would be good reading material? Thanks, Shawn