Hi,
Based on certain suggestion for elastic search performance tunning, we started using doc_value as true for several fields in our index mapping. This attribute appears in index mappings when we create the index with mappings separately. However when we use the same mapping template, the index creation does not set the doc value attribute as per the template in the mappings. Does doc_value attribute needs to be set in different manner while using templates?
Thanks.