Delete the fields in the elasticsearch index

What should I do to delete the fields in the elasticsearch index?

Reindex all the documents without the fields you want to delete. Note that won't remove the field from the mapping.
Might be better to reindex to a new index though.

thank you very much

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