: help with dataimport delta query
> To: solr-user@lucene.apache.org
> Date: Tuesday, November 24, 2009, 12:15 AM
> I guess the field names do not match
> in the deltaQuery you are selecting the field id
>
> and in the deltaImportQuery you us the field as
> ${dataimporter.delt
I guess the field names do not match
in the deltaQuery you are selecting the field id
and in the deltaImportQuery you us the field as
${dataimporter.delta.job_jobs_id}
I guess it should be ${dataimporter.delta.id}
On Tue, Nov 24, 2009 at 1:19 AM, Joel Nylund wrote:
> Hi, I have solr all working
got to love it when yahoo thinks your own mail is spam, anyone have
any ideas how to get logging to work with 1.4.
I went to the admin panel and set all logging to finest.
In my jetty std out I see no SQL for any of the dataimport handler
run. I see
Nov 23, 2009 9:26:27 PM
org.apache.sol
Hi, I have solr all working nicely, except im trying to get deltas to
work on my data import handler
Here is a simplification of my data import config, I have a table
called "Book" which has categories, im doing subquries for the
category info and calling a javascript helper. This all works