Skip to content

Instantly share code, notes, and snippets.

@kishoreg
Last active December 17, 2015 01:29
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 kishoreg/5528553 to your computer and use it in GitHub Desktop.
Save kishoreg/5528553 to your computer and use it in GitHub Desktop.
{
"id" : "myIndex",
"simpleFields" : {
"NUM_PARTITIONS" : "3",
"REPLICAS" : "2",
},
"mapFields" : {
"myIndex_0" : {
"N1" : "ONLINE",
"N2" : "ONLINE"
},
"myIndex_1" : {
"N2" : "ONLINE",
"N3" : "ONLINE"
},
"myIndex_2" : {
"N3" : "ONLINE",
"N1" : "ONLINE"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment