Hi, I am running the solr index and post indexing I get these results, how can I know which documents failed and why?
<str name="Total Requests made to DataSource">1</str> <str name="Total Rows Fetched">5170850</str> <str name="Total Documents Skipped">0</str> <str name="Full Dump Started">2011-05-08 23:40:09</str> <str name="">Indexing completed. Added/Updated: 2972300 documents. Deleted 0 documents.</str> <str name="Committed">2011-05-09 00:13:48</str> <str name="Optimized">2011-05-09 00:13:48</str> <str name="Total Documents Processed">2972300</str> <str name="Total Documents Failed">2198550</str> <str name="Time taken ">0:33:40.945</str> Running solr on jetty right now and the console shows no error, also " \Solr\example\logs " folder is empty. Thanks, Rohit