businessorder.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "orderName": {
  8. "type": "text",
  9. "analyzer": "index_ansj",
  10. "search_analyzer": "query_ansj",
  11. "fields": {
  12. "raw": {
  13. "type": "keyword"
  14. },
  15. "number": {
  16. "type": "text",
  17. "index": "analyzed",
  18. "analyzer": "number_analyzer"
  19. },
  20. "letter": {
  21. "type": "text",
  22. "index": "analyzed",
  23. "analyzer": "letter_analyzer"
  24. }
  25. }
  26. },
  27. "orderCode": {
  28. "type": "text",
  29. "index": "analyzed",
  30. "analyzer": "codefull_analyzer",
  31. "fields": {
  32. "raw": {
  33. "type": "keyword"
  34. }
  35. }
  36. },
  37. "orderStatus": {
  38. "type": "integer"
  39. },
  40. "incomePlatformId": {
  41. "type": "long"
  42. },
  43. "incomePlatformName": {
  44. "type": "text",
  45. "index": "not_analyzed"
  46. },
  47. "incomePlatformOrderCode": {
  48. "type": "text",
  49. "index": "analyzed",
  50. "analyzer": "codefull_analyzer",
  51. "fields": {
  52. "raw": {
  53. "type": "keyword"
  54. }
  55. }
  56. },
  57. "incomePlatformOrderTimeLong": {
  58. "type": "long"
  59. },
  60. "suggestDeliverTimeLong": {
  61. "type": "long"
  62. },
  63. "idStore": {
  64. "type": "long"
  65. },
  66. "orderSequence": {
  67. "type": "long"
  68. },
  69. "storeName": {
  70. "type": "text",
  71. "analyzer": "index_ansj",
  72. "search_analyzer": "query_ansj",
  73. "fields": {
  74. "raw": {
  75. "type": "keyword"
  76. },
  77. "number": {
  78. "type": "text",
  79. "index": "analyzed",
  80. "analyzer": "number_analyzer"
  81. },
  82. "letter": {
  83. "type": "text",
  84. "index": "analyzed",
  85. "analyzer": "letter_analyzer"
  86. }
  87. }
  88. },
  89. "deliverFee": {
  90. "type": "double"
  91. },
  92. "deliverDistance": {
  93. "type": "double"
  94. },
  95. "deliverAddressAll": {
  96. "type": "text",
  97. "index": "not_analyzed"
  98. },
  99. "outGoingPlatformId": {
  100. "type": "long"
  101. },
  102. "outGoingPlatformName": {
  103. "type": "text",
  104. "index": "not_analyzed"
  105. },
  106. "voidFlagIn": {
  107. "type": "integer"
  108. },
  109. "voidFlagOut": {
  110. "type": "integer"
  111. },
  112. "createBy": {
  113. "type": "long"
  114. },
  115. "createTimeLong": {
  116. "type": "long"
  117. },
  118. "updateBy": {
  119. "type": "long"
  120. },
  121. "updateTimeLong": {
  122. "type": "long"
  123. }
  124. }
  125. }
  126. }