shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/index?collection=products
HTTP/1.1 undefined
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
"indexes" : [
{
"fields" : [
"_key"
],
"figures" : {
"memory" : 32128,
"buckets" : [
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
}
],
"nrBuckets" : 8,
"totalUsed" : 0
},
"id" : "products/0",
"selectivityEstimate" : 1,
"sparse" : false,
"type" : "primary",
"unique" : true
},
{
"deduplicate" : true,
"fields" : [
"name"
],
"figures" : {
"memory" : 896,
"buckets" : [
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
}
],
"nrBuckets" : 8,
"totalUsed" : 0
},
"id" : "products/104203",
"selectivityEstimate" : 1,
"sparse" : false,
"type" : "hash",
"unique" : false
},
{
"deduplicate" : true,
"fields" : [
"price"
],
"figures" : {
"memory" : 608,
"nrUsed" : 0
},
"id" : "products/104206",
"sparse" : true,
"type" : "skiplist",
"unique" : false
}
],
"identifiers" : {
"products/0" : {
"fields" : [
"_key"
],
"figures" : {
"memory" : 32128,
"buckets" : [
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
},
{
"nrAlloc" : 251,
"nrUsed" : 0
}
],
"nrBuckets" : 8,
"totalUsed" : 0
},
"id" : "products/0",
"selectivityEstimate" : 1,
"sparse" : false,
"type" : "primary",
"unique" : true
},
"products/104203" : {
"deduplicate" : true,
"fields" : [
"name"
],
"figures" : {
"memory" : 896,
"buckets" : [
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
},
{
"nrAlloc" : 7,
"nrUsed" : 0
}
],
"nrBuckets" : 8,
"totalUsed" : 0
},
"id" : "products/104203",
"selectivityEstimate" : 1,
"sparse" : false,
"type" : "hash",
"unique" : false
},
"products/104206" : {
"deduplicate" : true,
"fields" : [
"price"
],
"figures" : {
"memory" : 608,
"nrUsed" : 0
},
"id" : "products/104206",
"sparse" : true,
"type" : "skiplist",
"unique" : false
}
}
}