How to ignore missing fields while reindexing in Elasticsearch

If I have a destination index with only portion of source index, and I only want to reindex these fields from source index to destination index, Can I still using the reindex API or what should I do with this situation? Any solutions or suggestions thanks!

If I direct do reindex, the error is like Could not convert [fieldName] to boolean. fieldName is the missing field.

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