{ "info": { "properties": { "id": { "type": "long" }, "orderName": { "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" } } }, "orderCode": { "type": "text", "index": "analyzed", "analyzer": "codefull_analyzer", "fields": { "raw": { "type": "keyword" } } }, "orderStatus": { "type": "integer" }, "incomePlatformId": { "type": "long" }, "incomePlatformName": { "type": "text", "index": "not_analyzed" }, "incomePlatformOrderCode": { "type": "text", "index": "analyzed", "analyzer": "codefull_analyzer", "fields": { "raw": { "type": "keyword" } } }, "incomePlatformOrderTimeLong": { "type": "long" }, "suggestDeliverTimeLong": { "type": "long" }, "idStore": { "type": "long" }, "orderSequence": { "type": "long" }, "storeName": { "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" } } }, "deliverFee": { "type": "double" }, "deliverDistance": { "type": "double" }, "deliverAddressAll": { "type": "text", "index": "not_analyzed" }, "outGoingPlatformId": { "type": "long" }, "outGoingPlatformName": { "type": "text", "index": "not_analyzed" }, "outGoingPlatformOrderCode": { "type": "text", "index": "analyzed", "analyzer": "codefull_analyzer", "fields": { "raw": { "type": "keyword" } } }, "outGoingPlatformBillCode": { "type": "text", "index": "analyzed", "analyzer": "codefull_analyzer", "fields": { "raw": { "type": "keyword" } } }, "voidFlagIn": { "type": "integer" }, "voidFlagOut": { "type": "integer" }, "createBy": { "type": "long" }, "createTimeLong": { "type": "long" }, "updateBy": { "type": "long" }, "updateTimeLong": { "type": "long" } } } }