Lang_et mapping error?

Hi,

Is there error in the lang_et mapping?
The lang_et is defined twice.

  {
    "lang_et": {
      "match": "*_et",
      "mapping": {
        "type": "text",
        "analyzer": "empty_analyzer"
      }
    }
  },
  {
    "lang_et": {
      "match": "*_eu",
      "mapping": {
        "type": "text",
        "analyzer": "basque_analyzer"
      }
    }
  },

Perhaps the latter should be lang_eu?

With kind regards,
Ossi

Yes, it’s lang_eu. Thank you for the info.