medcl / esm

An simple Elasticsearch migration tool.
862 stars 260 forks source link

源索引_source excludes字段数据是否无法迁移到目标索引 #70

Closed lenovore closed 1 year ago

lenovore commented 2 years ago

源索引mapping中设置_source排除一些字段

"_source" : {
        "excludes" : [
          "字段1"
        ]
      }

是否会迁移 字段1 数据到目标索引

medcl commented 2 years ago

source 里面排除了,应该就不会迁移过去的.