I am using Solr 5.3 and have a custom Solr J application to write to Solr.
When I index using this application, I expect to see 4 documents indexed.
But for some strange reason, 3 documents get deleted and there is always
only 1 document in the index. I say that because the final tally on the
Solr Admin console is
Num Docs: 1
Max Doc: 4
Deleted Docs: 3


How and where in Solr/logs can I find why the documents are being deleted?

Thanks,
Kaushik

Reply via email to