Document contains at least one immense term in field .. again

I have my mapping for my field setup properly I thought...

"myField" : {

        "type" : "text",

        "fields" : {

          "keyword" : {

            "type" : "keyword",

            "ignore_above" : 256

          }

        }

      }

Funny enough I am only getting this issue while I try to programmatically copy the index.

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