Skip to content

Instantly share code, notes, and snippets.

@mahnunchik
Created October 7, 2013 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mahnunchik/6869258 to your computer and use it in GitHub Desktop.
Save mahnunchik/6869258 to your computer and use it in GitHub Desktop.
Вторая переиндексация
{
"ok" : true,
"_shards" : {
"total" : 1,
"successful" : 1,
"failed" : 0
},
"indices" : {
"photos" : {
"index" : {
"primary_size" : "6.9gb",
"primary_size_in_bytes" : 7479423944,
"size" : "6.9gb",
"size_in_bytes" : 7479423944
},
"translog" : {
"operations" : 0
},
"docs" : {
"num_docs" : 4642751,
"max_doc" : 7783463,
"deleted_docs" : 3140712
},
"merges" : {
"current" : 0,
"current_docs" : 0,
"current_size" : "0b",
"current_size_in_bytes" : 0,
"total" : 0,
"total_time" : "0s",
"total_time_in_millis" : 0,
"total_docs" : 0,
"total_size" : "0b",
"total_size_in_bytes" : 0
},
"refresh" : {
"total" : 8673,
"total_time" : "47.5m",
"total_time_in_millis" : 2851743
},
"flush" : {
"total" : 739,
"total_time" : "2.2h",
"total_time_in_millis" : 8018712
},
"shards" : {
"0" : [ {
"routing" : {
"state" : "STARTED",
"primary" : true,
"node" : "j0PZd_knTAO6cv0k9AWj3Q",
"relocating_node" : null,
"shard" : 0,
"index" : "photos"
},
"state" : "STARTED",
"index" : {
"size" : "6.9gb",
"size_in_bytes" : 7479423944
},
"translog" : {
"id" : 1381132141022,
"operations" : 0
},
"docs" : {
"num_docs" : 4642751,
"max_doc" : 7783463,
"deleted_docs" : 3140712
},
"merges" : {
"current" : 0,
"current_docs" : 0,
"current_size" : "0b",
"current_size_in_bytes" : 0,
"total" : 0,
"total_time" : "0s",
"total_time_in_millis" : 0,
"total_docs" : 0,
"total_size" : "0b",
"total_size_in_bytes" : 0
},
"refresh" : {
"total" : 8673,
"total_time" : "47.5m",
"total_time_in_millis" : 2851743
},
"flush" : {
"total" : 739,
"total_time" : "2.2h",
"total_time_in_millis" : 8018712
}
} ]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment