Elasticsearch - Advanced Patterns
What will be the output of this runtime field script?
For a document with
{"runtime_mappings": {"double_price": {"type": "double", "script": {"source": "emit(doc['price'].value * 2)"}}}}For a document with
price 15.5?