{ "info": { "properties": { "id": { "type": "long" }, "supplierName": { "type": "text", "analyzer": "index_ansj", "search_analyzer": "query_ansj", "fields": { "raw": { "type": "keyword" }, "number": { "type": "text", "index": "analyzed", "analyzer": "number_analyzer" }, "letter": { "type": "text", "index": "analyzed", "analyzer": "letter_analyzer" } } }, "supplierCode": { "type": "text", "index": "analyzed", "analyzer": "codefull_analyzer", "fields": { "raw": { "type": "keyword" } } }, "supplierKind": { "type": "integer" }, "supplierType": { "type": "text", "index": "not_analyzed" }, "supplierContent": { "type": "text", "index": "not_analyzed" }, "factoryAddress": { "type": "text", "index": "not_analyzed" }, "createMan": { "type": "text", "index": "not_analyzed" }, "settleKind": { "type": "text", "index": "not_analyzed" }, "remark": { "type": "text", "index": "not_analyzed" }, "shortPinyin": { "type": "text", "index": "not_analyzed" }, "principal": { "type": "text", "index": "not_analyzed" }, "linkMan": { "type": "text", "index": "not_analyzed" }, "linkPhone": { "type": "text", "index": "analyzed", "analyzer": "codefull_analyzer", "fields": { "raw": { "type": "keyword" } } }, "voidFlag": { "type": "integer" }, "createBy": { "type": "long" }, "createTimeLong": { "type": "long" }, "updateBy": { "type": "long" }, "updateTimeLong": { "type": "long" } } } }