Hi, I am trying to define a way of validating if my index has the same content than my database. I am indexing a very complex denormalized version of the database with many items and nested documents. I have an indexation service which pulls records from a staging table(created based on a ETL process), transforms this table into xml which will be posted to Solr.
Is there any general approach to check if your indexed document matches the database row?. One option I see is to create an additional service to run against solr and database and validate if has the same data but this is going to be very intensive. I was more on the opinion of solr telling the record indexed and content like number of nested docs of type A,B etc., Any suggestions would help. Thanks Regards -- View this message in context: http://lucene.472066.n3.nabble.com/Validate-data-Indexed-and-versioning-tp4190304.html Sent from the Solr - User mailing list archive at Nabble.com.