Will there be any way to translate field names when connecting to Elasticsearch? Currently we perform translation in our backend but this approach won't work when the data resides in Elastic.
Hello Jason,
Thank you for writing. The recommended approach here is to pre-define the necessary captions in the "mapping"
object.
Please see the following jsfiddle example: http://jsfiddle.net/flexmonster/xb9zeLwa/.
Let us know in case of any other question.
Regards,
Dmytro
Great! Thanks for the quick response.