Re: solr index losing entries

2011-06-08 Thread Marius Hanganu
We have an API built in 2007 which at the lowest level submits requests with . We haven't changed anything to the API, and it worked well until the beginning of this year. Unique key is solr_id with this definition: The number of documents is determined using this HTTP request: http://server/app

Re: solr index losing entries

2011-06-08 Thread Tomás Fernández Löbbe
That's rare. How do you add documents to Solr? what do you have as primary key? How do you determine the number of documents in the index? The value of "maxDoc" of the stats page considers deleted documents too, which are eliminated at merging. On Wed, Jun 8, 2011 at 12:18 PM, Marius Hanganu wro

solr index losing entries

2011-06-08 Thread Marius Hanganu
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, ho