conversion.json 830 Bytes
{
  "conversion": {
    "_all": {
      "enabled": false
    },
    "_source": {
      "enabled": true
    },
    "properties": {
      "source": {
        "fields": {
          "source": {
            "type": "string",
            "analyzer": "ik_complex"
          },
          "source_keyword": {
            "type": "string",
            "analyzer": "lowercase_keyword"
          }
        },
        "type": "multi_field"
      },
      "dest": {
        "type": "string",
        "analyzer": "ik_complex"
      },
      "updateTime": {
        "type": "integer",
        "doc_values": true,
        "fielddata": {
          "format": "doc_values"
        }
      },
      "status": {
        "type": "integer",
        "doc_values": true,
        "fielddata": {
          "format": "doc_values"
        }
      }
    }
  }
}