Docs Count Different between Elasticsearch index and CouchDB

I'm using the CouchDB river and when I make the connection and check
the stats API for this particular index, the number of docs returned
shows a different count value than my CouchDB. The strange thing is
that there is a value for deleted despite me just creating the
connection. Also, the sum of the count + deleted equals the number of
docs in my Couch instance.

Any idea what could be causing this?

Thanks

Maybe the same doc id is being indexed?

On Sat, Nov 12, 2011 at 3:42 AM, jbattle jbattle@gmail.com wrote:

I'm using the CouchDB river and when I make the connection and check
the stats API for this particular index, the number of docs returned
shows a different count value than my CouchDB. The strange thing is
that there is a value for deleted despite me just creating the
connection. Also, the sum of the count + deleted equals the number of
docs in my Couch instance.

Any idea what could be causing this?

Thanks