I would like to know if it's possible to add a mapping for a given type to an already existing index with the elastic4s API?
I've looked around and all the examples seem to create the mapping at index creation time, but that's not really what I'm looking for.
Thanks