orderdeliveryinfo.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "customerInvoiceInfo": {
  45. "type": "text",
  46. "index": "not_analyzed"
  47. },
  48. "customerMemo": {
  49. "type": "text",
  50. "index": "not_analyzed"
  51. },
  52. "createBy": {
  53. "type": "long"
  54. },
  55. "createTimeLong": {
  56. "type": "long"
  57. },
  58. "updateBy": {
  59. "type": "long"
  60. },
  61. "updateTimeLong": {
  62. "type": "long"
  63. }
  64. }
  65. }
  66. }