[
{
"name": "<string>",
"type": "<string>",
"indexed": false,
"stored": false,
"multiValued": false,
"required": false,
"docValues": false,
"omitNorms": false,
"omitPositions": false,
"omitTermFreqAndPositions": false,
"termVectors": false,
"termPositions": false,
"termOffsets": false,
"copyDests": [
"<string>"
],
"copySources": [
"<string>"
],
"numDocs": 123,
"default": "<string>"
}
]
[
{
"name": "<string>",
"type": "<string>",
"indexed": false,
"stored": false,
"multiValued": false,
"required": false,
"docValues": false,
"omitNorms": false,
"omitPositions": false,
"omitTermFreqAndPositions": false,
"termVectors": false,
"termPositions": false,
"termOffsets": false,
"copyDests": [
"<string>"
],
"copySources": [
"<string>"
],
"numDocs": 123,
"default": "<string>"
}
]
successful operation
The response is of type object[]
.
Was this page helpful?