orderdeliveryinfo.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "orderdeliveryinfo": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "deliverProvince": {
  14. "type": "text",
  15. "index": "not_analyzed"
  16. },
  17. "deliverCity": {
  18. "type": "text",
  19. "index": "not_analyzed"
  20. },
  21. "deliverDistract": {
  22. "type": "text",
  23. "index": "not_analyzed"
  24. },
  25. "deliverAddress": {
  26. "type": "text",
  27. "index": "not_analyzed"
  28. },
  29. "geoLocationSerial": {
  30. "type": "text",
  31. "index": "not_analyzed"
  32. },
  33. "receiveMan": {
  34. "type": "text",
  35. "index": "not_analyzed"
  36. },
  37. "contractPhone": {
  38. "type": "text",
  39. "index": "not_analyzed"
  40. },
  41. "deliverTimeliness": {
  42. "type": "integer"
  43. },
  44. "bookingDeliverTimeLong": {
  45. "type": "long"
  46. },
  47. "customerInvoiceInfo": {
  48. "type": "text",
  49. "index": "not_analyzed"
  50. },
  51. "customerMemo": {
  52. "type": "text",
  53. "index": "not_analyzed"
  54. },
  55. "createBy": {
  56. "type": "long"
  57. },
  58. "createTimeLong": {
  59. "type": "long"
  60. },
  61. "updateBy": {
  62. "type": "long"
  63. },
  64. "updateTimeLong": {
  65. "type": "long"
  66. }
  67. }
  68. }
  69. }