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=&quot;id&quot; type=&quot;string_ci&quot; 

&lt;fieldType name=&quot;string_ci&quot; class=&quot;solr.TextField&quot;
sortMissingLast=&quot;true&quot; omitNorms=&quot;true&quot;>
      <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.

Reply via email to