Hello!
I'm new to ElasticSearch, and i need to create a field based on a query result.
More specific, i need to make a query search on a field that contains only a specific substring, then i need to estract from this field a substring and write it into another field.
There is a right way to do this?
i've already created the query that return only the documents that contains the specific query filter, but I don't know how to extract the specific substring from the document field with regex.
Thanks!