How to delete a mapping field of an index?

I followed this page: Update mapping API | Elasticsearch Guide [master] | Elastic

It seems ES does not support delete a mapping field directly?

No, that is correct. Removing mappings require reindexing.

Got it, thanks!

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