Elasticsearch - Mappings and Data Types
Given this Elasticsearch mapping snippet, what type of number can price store?
{
"mappings": {
"properties": {
"price": {
"type": "float"
}
}
}
}Given this Elasticsearch mapping snippet, what type of number can price store?
{
"mappings": {
"properties": {
"price": {
"type": "float"
}
}
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions