Hmmm, glad it's working, but something you mentioned really makes me nervous. You say you use the _version_ field in your schema. I hope you're not setting that field in your Solr document, if you ever turn on any of the SolrCloud options I'm not sure what would happen, that field is best left alone.....
Best Erick On Tue, Mar 26, 2013 at 10:10 AM, majiedahamed <majied.ban...@cognizant.com>wrote: > It working now..! > > i was actually using case insensitive for unique key and iam suprised it > dons not work.when i changed to just string automatic updates started > working. > > <field name="id" type="string_ci" > > <fieldType name="string_ci" class="solr.TextField" > sortMissingLast="true" omitNorms="true"> > <analyzer> > <tokenizer class="solr.KeywordTokenizerFactory"/> > <filter class="solr.LowerCaseFilterFactory" /> > <filter class="solr.TrimFilterFactory" /> > </analyzer> > </fieldType> > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-4-2-automatic-DB-updates-for-sync-using-Delta-query-DIH-with-scheduler-tp4051114p4051418.html > Sent from the Solr - User mailing list archive at Nabble.com. >