Hi Elasticsearch:
I have a index which mapping is
// 20170407112454
// http://10.0.12.19:9200/myteksi-changeling_changeling_models_loglings
{
"myteksi-changeling_changeling_models_loglings": {
"aliases": {
},
"mappings": {
"changeling/models/logling": {
"properties": {
}
}
}
}
}
As you see the type of the index is "changeling/models/logling" , when I tried to use the delete by query api in ES 1.4, it says "No handler found for uri" .
Can you advice how I can delete this type using delete_by_query?