On 6/4/2013 7:52 AM, Arun Rangarajan wrote:
> I upgraded from Solr 3.6.2 to 4.2.1 and I am noticing that my data import
> handler's delta import is actually doing a full import.

<snip>

> What changed and how do I get delta import to only index the documents that
> got modified after ${dih.Lists.last_index_time}'?

It's a bug.  I've built a test that shows the problem, but I haven't
figured out yet how to actually fix it.

https://issues.apache.org/jira/browse/SOLR-4788

I now have one more data point to add to the mix that I didn't know
before - it works in 3.6.2.

It looks like you only have the one entity showing a last_indexed_time,
so you should be able to use ${dih.last_index_time} instead of
${dih.Lists.last_index_time}.

Thanks,
Shawn

Reply via email to