Elasticsearch - Mappings and Data Types
What is wrong with this Elasticsearch mapping for a numeric field?
{
"mappings": {
"properties": {
"score": {
"type": "integer",
"index": "not_analyzed"
}
}
}
}What is wrong with this Elasticsearch mapping for a numeric field?
{
"mappings": {
"properties": {
"score": {
"type": "integer",
"index": "not_analyzed"
}
}
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions