Elasticsearch - Index Management
You defined a field in your mapping as:
But when indexing documents, you get an error about type mismatch. What is a likely cause?
"age": { "type": "integer" }But when indexing documents, you get an error about type mismatch. What is a likely cause?
