Re: Indexing data from database

2012-05-11 Thread anarchos78
Thank you thank you thank you! -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-data-from-database-tp3979692p3979778.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexing data from database

2012-05-11 Thread Jack Krupansky
Maybe the id values overlap between your database tables. Solr needs unique values for the id, so if a document is indexed from a different database table but the same id value, Solr will replace the existing document with that id. You need to make sure that the id values are unique across all o