orderdeliveryinfo.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. "receiveMan": {
  30. "type": "text",
  31. "index": "not_analyzed"
  32. },
  33. "contractPhone": {
  34. "type": "text",
  35. "index": "not_analyzed"
  36. },
  37. "deliverTimeliness": {
  38. "type": "integer"
  39. },
  40. "customerInvoiceInfo": {
  41. "type": "text",
  42. "index": "not_analyzed"
  43. },
  44. "customerMemo": {
  45. "type": "text",
  46. "index": "not_analyzed"
  47. },
  48. "createBy": {
  49. "type": "long"
  50. },
  51. "createTimeLong": {
  52. "type": "long"
  53. },
  54. "updateBy": {
  55. "type": "long"
  56. },
  57. "updateTimeLong": {
  58. "type": "long"
  59. }
  60. }
  61. }
  62. }