orderDeliverInform.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "orderdeliverinform": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "idOrderSendAddress": {
  14. "type": "long"
  15. },
  16. "linkMan": {
  17. "type": "text",
  18. "index": "not_analyzed",
  19. "fields": {
  20. "raw": {
  21. "type": "keyword"
  22. }
  23. }
  24. },
  25. "linkPhone": {
  26. "type": "text",
  27. "index": "analyzed",
  28. "analyzer": "codefull_analyzer",
  29. "fields": {
  30. "raw": {
  31. "type": "keyword"
  32. }
  33. }
  34. },
  35. "sendProvince": {
  36. "type": "keyword",
  37. "index": "not_analyzed"
  38. },
  39. "sendCity": {
  40. "type": "keyword",
  41. "index": "not_analyzed"
  42. },
  43. "sendDistrict": {
  44. "type": "keyword",
  45. "index": "not_analyzed"
  46. },
  47. "sendAddress": {
  48. "type": "text",
  49. "analyzer": "index_ansj",
  50. "search_analyzer": "query_ansj",
  51. "fields": {
  52. "raw": {
  53. "type": "keyword"
  54. }
  55. }
  56. },
  57. "needDeliverQty": {
  58. "type": "double"
  59. },
  60. "deliveredQty": {
  61. "type": "double"
  62. },
  63. "sendKind": {
  64. "type": "text",
  65. "index": "not_analyzed"
  66. },
  67. "searchSendKind": {
  68. "type": "text",
  69. "analyzer": "index_ansj",
  70. "search_analyzer": "query_ansj",
  71. "fields": {
  72. "raw": {
  73. "type": "keyword"
  74. }
  75. }
  76. },
  77. "idLogistics": {
  78. "type": "long"
  79. },
  80. "logisticsName": {
  81. "type": "text",
  82. "analyzer": "index_ansj",
  83. "search_analyzer": "query_ansj",
  84. "fields": {
  85. "raw": {
  86. "type": "keyword"
  87. },
  88. "number": {
  89. "type": "text",
  90. "index": "analyzed",
  91. "analyzer": "number_analyzer"
  92. },
  93. "letter": {
  94. "type": "text",
  95. "index": "analyzed",
  96. "analyzer": "letter_analyzer"
  97. }
  98. }
  99. },
  100. "longitude": {
  101. "type": "double"
  102. },
  103. "latitude": {
  104. "type": "double"
  105. },
  106. "orderYear": {
  107. "type": "integer"
  108. },
  109. "orderMoneyTotal": {
  110. "type": "double"
  111. },
  112. "orderMoneyPay": {
  113. "type": "double"
  114. },
  115. "sendState": {
  116. "type": "integer"
  117. },
  118. "createBy": {
  119. "type": "long"
  120. },
  121. "createTimeLong": {
  122. "type": "long"
  123. },
  124. "updateBy": {
  125. "type": "long"
  126. },
  127. "updateTimeLong": {
  128. "type": "long"
  129. },
  130. "idClient": {
  131. "type": "long"
  132. },
  133. "sendRegion": {
  134. "type": "text",
  135. "index": "not_analyzed"
  136. },
  137. "voidFlag": {
  138. "type": "integer"
  139. },
  140. "acDeliverDateLong": {
  141. "type": "long"
  142. },
  143. "deliverMan": {
  144. "type": "text",
  145. "index": "not_analyzed"
  146. },
  147. "createMan": {
  148. "type": "text",
  149. "index": "not_analyzed"
  150. },
  151. "packDetail": {
  152. "type": "text",
  153. "index": "not_analyzed"
  154. },
  155. "packageCount": {
  156. "type": "integer"
  157. }
  158. }
  159. }
  160. }