{
    "properties" : {
        "language_code_byte" : {
          "type" : "byte"
        },
        "language_code_short" : {
            "type" : "short"
        },
        "language_code_integer" : {
            "type" : "integer"
        },
        "language_code_long" : {
            "type" : "long"
        },
        "language_code_half_float" : {
            "type" : "half_float"
        },
        "language_code_scaled_float" : {
            "type" : "scaled_float",
            "scaling_factor" : 100
        },
        "language_code_float" : {
            "type" : "float"
        },
        "language_code_double" : {
            "type" : "double"
        },
        "language_name" : {
            "type" : "keyword"
        }
    }
}
