Commit 658d3994 by Torkel Ödegaard

feat(elasticsearch): add support for Elasticsearch scaled_type number type, closes #7155

parent 36929c2a
......@@ -239,6 +239,7 @@ function (angular, _, moment, kbn, ElasticQueryBuilder, IndexPattern, ElasticRes
'date': 'date',
'string': 'string',
'text': 'text',
'scaled_float': 'number',
'nested': 'nested'
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment