# Configuration
# Add configuration
# Example
cURL
JavaScript
curl -X POST 'http://localhost:3000/index1/configuration'
# Get configuration
# Example
cURL
JavaScript
curl -X GET 'http://localhost:3000/index1/configuration'
# Response: 200 Ok
{
"aggregations": {
"year": {
"size": 10,
"conjunction": true
},
"genres": {
"size": 10,
"conjunction": false
},
"tags": {
"size": 10,
"conjunction": true
},
"country": {
"size": 10,
"conjunction": true
}
}
}