An elastic template index got field names using dots ("property.name") and I am wondering if it is possible reference them using "ctx.payload.hits.hits.0._source" object.
I did some different attempts without success. I know that it works with properties without dots, like
ctx.payload.hits.hits.0._source.@version.
Thank you.