The output of the curl -X GET "localhost:9200/_cat/shards?v"
is as follows:
index | shard | prirep | state | docs | store | ip | node |
---|---|---|---|---|---|---|---|
test_index | 1 | p | STARTED | 0 | 283b | 127.0.0.1 | Deepaks-MacBook-Pro-2.local |
test_index | 1 | r | UNASSIGNED | 0 | |||
test_index | 1 | r | UNASSIGNED | 0 | |||
test_index | 0 | p | STARTED | 2 | 12.5kb | 127.0.0.1 | Deepaks-MacBook-Pro-2.local |
test_index | 0 | r | UNASSIGNED | 0 | |||
test_index | 0 | r | UNASSIGNED | 0 |
What is the meaning of 0/1 in the shard
column?