businessorder.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. "outGoingPlatformOrderCode": {
  107. "type": "text",
  108. "index": "analyzed",
  109. "analyzer": "codefull_analyzer",
  110. "fields": {
  111. "raw": {
  112. "type": "keyword"
  113. }
  114. }
  115. },
  116. "outGoingPlatformBillCode": {
  117. "type": "text",
  118. "index": "analyzed",
  119. "analyzer": "codefull_analyzer",
  120. "fields": {
  121. "raw": {
  122. "type": "keyword"
  123. }
  124. }
  125. },
  126. "voidFlagIn": {
  127. "type": "integer"
  128. },
  129. "voidFlagOut": {
  130. "type": "integer"
  131. },
  132. "createBy": {
  133. "type": "long"
  134. },
  135. "createTimeLong": {
  136. "type": "long"
  137. },
  138. "updateBy": {
  139. "type": "long"
  140. },
  141. "updateTimeLong": {
  142. "type": "long"
  143. }
  144. }
  145. }
  146. }