What are the ways to make a field of an index , not indexed but stored?

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?

Yes, see index | Elasticsearch Guide [7.15] | Elastic

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.