On 25-Apr-08, at 4:27 AM, Tim Mahy wrote:

Hi all,

we send xml add document messages to Solr and we notice something very strange. We autocommit at 100000 documents, starting from a total clean index (removed the data folder), when we start uploading we notice that the docsPending is going up but also that the deletesPending is going up very fast. After reaching the first 100000 we queried to solr to return everything and the total results count was not 100000 but somewhere around 77000 which is exactly 100000 - docsDeleted from the stats page.

We used that Solr instance before, so my question is : is it possible that Solr remembers the unique identities somewhere else as in the data folder ? Btw we stopped Solr, removed the data folder and restarted Solr and than this behavior began...

Are you sure that all the documents you added were unique?

(btw, deletePending doesn't necessarily mean that an old version of the doc was in the index, I think).

-Mike

Reply via email to