Elastic search head

Hi,

        i can see a doc count in elasticsearch head plugin like *docs: 

2999 (4022)* . what is the meaning of inside brace count and outside count.

Thanks for all.

--

It is the total # docs for that index across all shards including replicas.
Same goes for the byte value.

Cheers

Paul

On Tuesday, 14 August 2012, kiruba wrote:

Hi,

        i can see a doc count in elasticsearch head plugin like *docs:

2999 (4022)* . what is the meaning of inside brace count and outside
count.

Thanks for all.

--

--

Thanks. but when ever i re-index the inside brace count only increasing. i
dont know why?

On Tuesday, August 14, 2012 3:41:46 PM UTC+5:30, tallpsmith wrote:

It is the total # docs for that index across all shards including
replicas. Same goes for the byte value.

Cheers

Paul

On Tuesday, 14 August 2012, kiruba wrote:

Hi,

        i can see a doc count in elasticsearch head plugin like *docs: 

2999 (4022)* . what is the meaning of inside brace count and outside
count.

Thanks for all.

--

--

The first number displays the number of unique documents. The number in
braces is how many documents are in all segments of your index. So when you
reindex you add the same document again. The unique number stays the same,
but additionally you have another, newer, version of the document. When
segments are merged (e.g. when you call optimize index) those numbers are
equal again.

Am Dienstag, 14. August 2012 12:29:22 UTC+2 schrieb kiruba:

Thanks. but when ever i re-index the inside brace count only increasing. i
dont know why?

On Tuesday, August 14, 2012 3:41:46 PM UTC+5:30, tallpsmith wrote:

It is the total # docs for that index across all shards including
replicas. Same goes for the byte value.

Cheers

Paul

On Tuesday, 14 August 2012, kiruba wrote:

Hi,

        i can see a doc count in elasticsearch head plugin like *docs: 

2999 (4022)* . what is the meaning of inside brace count and outside
count.

Thanks for all.

--

--

Is there any way to find the duplicate values? and how elasticsearch
identify the duplicate?

Thanks,

On Tuesday, August 14, 2012 4:09:24 PM UTC+5:30, Andrej Rosenheinrich wrote:

The first number displays the number of unique documents. The number in
braces is how many documents are in all segments of your index. So when you
reindex you add the same document again. The unique number stays the same,
but additionally you have another, newer, version of the document. When
segments are merged (e.g. when you call optimize index) those numbers are
equal again.

Am Dienstag, 14. August 2012 12:29:22 UTC+2 schrieb kiruba:

Thanks. but when ever i re-index the inside brace count only increasing.
i dont know why?

On Tuesday, August 14, 2012 3:41:46 PM UTC+5:30, tallpsmith wrote:

It is the total # docs for that index across all shards including
replicas. Same goes for the byte value.

Cheers

Paul

On Tuesday, 14 August 2012, kiruba wrote:

Hi,

        i can see a doc count in elasticsearch head plugin like *docs: 

2999 (4022)* . what is the meaning of inside brace count and outside
count.

Thanks for all.

--

--