On 6/3/2013 12:35 PM, PeriS wrote:
I noticed the delta-import is creating a new indexed entry on top of the existing one..is that normal?
Not sure what you are asking here, so I'll give an answer to the question I think you're asking: If you have a uniqueKey defined in your schema, then new documents with matching values in the uniqueKey field will replace the existing documents. Solr will delete the old one before inserting the new one.
Thanks, Shawn