| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "orderdeliveryinfo": {
- "_parent": {
- "type": "info"
- },
- "properties": {
- "id": {
- "type": "long"
- },
- "idOrder": {
- "type": "long"
- },
- "deliverProvince": {
- "type": "text",
- "index": "not_analyzed"
- },
- "deliverCity": {
- "type": "text",
- "index": "not_analyzed"
- },
- "deliverDistract": {
- "type": "text",
- "index": "not_analyzed"
- },
- "deliverAddress": {
- "type": "text",
- "index": "not_analyzed"
- },
- "geoLocationSerial": {
- "type": "text",
- "index": "not_analyzed"
- },
- "receiveMan": {
- "type": "text",
- "index": "not_analyzed"
- },
- "contractPhone": {
- "type": "text",
- "index": "not_analyzed"
- },
- "deliverTimeliness": {
- "type": "integer"
- },
- "customerInvoiceInfo": {
- "type": "text",
- "index": "not_analyzed"
- },
- "customerMemo": {
- "type": "text",
- "index": "not_analyzed"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|