Hello, We've been using for 1.5 years now solr 1.4 for one of the indexes in our application with a special configuration with maxDocs=1 and maxTime=1. The number of documents is 10.000, with index size around 10MB.
For a few monhts now, SOLR has this strange behavior. Our code did not change, however, documents started disappearing from the index. And it's decreasing constantly, at various speeds. Our first modification was to raise maxTime to 30sec, which seemed to fix the problem for some time. After a few weeks, the problem started showing again, so we've upgraded to SOLR 3.1. This upgrade did not fix the problem either. Our last try was with maxDocs=500 and maxTime=60sec. After a complete reindex, SOLR shows all 10081 documents, but after a few minutes, it suddenly goes down to 10078, after a few hours to 10076, and it's stabilizing around this number. We have another SOLR index with ~400.000 objects, maxDocs=1000 and maxTime=3 minutes and it never showed this problem. Do you have any idea why this is happening? Or how we can identify the problem? Thanks, Marius