I'm currently indexing all documents using the update XML. I have always used the following when post the documents to solr:
<add overwriteCommitted="true" overwritePending="true">....</add> I've never had allowDups flag set to true...I'm assuming this is false by default? We did have Tomcat crash once (JVM OutOfMem) durning an indexing process, could that be a possible source of the issue? Dan hossman wrote: > > : Hey all, I have a fairly odd case of duplicate documents in our solr > index > : (See attached xml sample). THe index is roughtly 35k in documents. The > only > > How did you index those documents? > > Any chance you inadvertently set the "allowDups=true" attribute when > sending them to Solr (possibly becuase of an option whose meaning you > didn't fully understand in solrj or solr-ruby etc...) > > ? > > > > > -Hoss > > > -- View this message in context: http://www.nabble.com/SOLR-1.2---Duplicate-Documents---tf4762687.html#a13631742 Sent from the Solr - User mailing list archive at Nabble.com.