Number of documents - how to read and what to do

Hi everyone,

I was looking at my indices and I noticed something not looking good:

https://lh3.googleusercontent.com/-Nqyzdg2JzMo/UgCr68LT_jI/AAAAAAAAABE/JfwLP_ImWGA/s1600/Screenshot+from+2013-08-06+09%3A53%3A42.png

As you can see, the "catalog_v2" index has:

docs: {
num_docs: 7954439
max_doc: 10914846
deleted_docs: 2960407
}

Is this bad? I do not know from where all those "deleted_docs" came from, I
do not perform a lot of DELETE.
Doc say it is the number of docs not yet merged out and that's affected by
refreshing the index - I've done it, my numbers do not move.

So, my question is just about those numbers, how to interpret them?

Have a nice day!
Damien

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

As far as I remember, it's the number of index operations.
If you update a document, number of docs will remain the same but number in parenthesis should grow.

HTH

David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr | @scrutmydocs

Le 6 août 2013 à 10:01, Damien Alexandre dalexandre@jolicode.com a écrit :

Hi everyone,

I was looking at my indices and I noticed something not looking good:

As you can see, the "catalog_v2" index has:

docs: {
num_docs: 7954439
max_doc: 10914846
deleted_docs: 2960407
}

Is this bad? I do not know from where all those "deleted_docs" came from, I do not perform a lot of DELETE.
Doc say it is the number of docs not yet merged out and that's affected by refreshing the index - I've done it, my numbers do not move.

So, my question is just about those numbers, how to interpret them?

Have a nice day!
Damien

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.