My elasticsearch version 0.90.8 and, 2 nodes(clustring).

I have a question.
I used "http://localhost:9200/_nodes/stats/indices?pretty=true";

 "cluster_name" : "janecluster",
  "nodes" : {
    "jWjT2xNtQwOdn17oV9KhVg" : {
      "timestamp" : 1388722961082,
      "name" : "node_es01",
      "transport_address" : "inet[/?.?.?.?:9300]",
      "hostname" : "localhost.localdomain",
      "attributes" : {
        "master" : "true"
      },
      "indices" : {
        "docs" : {
          "count" : 5025,
          "deleted" : 14
        },



I don't know 'deleted value'. this value always changed. when docs deleted, 
'deleted value' is incresed. but sometime 'deleted value' is decresed. 
example)

deleted value: 14   after a few seconds    deleted value: 10 

 I want to know delete value update time. and how to configure update time?
 

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/f1a72209-e0a0-4383-a6f7-c60c6ef72242%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to