what are the ways to make a field of an index , not indexed but stored?.
*Is it by not defining the filed and type explicitly and then defining dynamic : runtime ?
*Are there any other methods?
Is it possible to to make a field of an index, not indexed but stored with a specific data type according to our choice, while saving the row/document into the index?
When it is stored , is it avilable only in the _source field?
Is it is not indexed , can we search based on it without making it a runtime field?
regards
shiny?