sendbillitem.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. {
  2. "sendbillitem": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idSendBill": {
  11. "type": "long"
  12. },
  13. "idDeliverInfo": {
  14. "type": "long"
  15. },
  16. "sendBillCode": {
  17. "type": "text",
  18. "analyzer": "codefull_analyzer",
  19. "fields": {
  20. "raw": {
  21. "type": "keyword"
  22. }
  23. }
  24. },
  25. "orderCode": {
  26. "type": "text",
  27. "analyzer": "codefull_analyzer",
  28. "fields": {
  29. "raw": {
  30. "type": "keyword"
  31. }
  32. }
  33. },
  34. "idOrder": {
  35. "type": "long"
  36. },
  37. "sendBoxCount": {
  38. "type": "double"
  39. },
  40. "sendBoxDesc": {
  41. "type": "text",
  42. "index": "not_analyzed"
  43. },
  44. "sendPrintQty": {
  45. "type": "double"
  46. },
  47. "idOrderStockItem": {
  48. "type": "long"
  49. },
  50. "voidFlag": {
  51. "type": "integer"
  52. },
  53. "idLogistics": {
  54. "type": "long"
  55. },
  56. "logisticsName": {
  57. "type": "text",
  58. "analyzer": "index_ansj",
  59. "search_analyzer": "query_ansj",
  60. "fields": {
  61. "raw": {
  62. "type": "keyword"
  63. },
  64. "number": {
  65. "type": "text",
  66. "index": "analyzed",
  67. "analyzer": "number_analyzer"
  68. },
  69. "letter": {
  70. "type": "text",
  71. "index": "analyzed",
  72. "analyzer": "letter_analyzer"
  73. }
  74. }
  75. },
  76. "payOnDeliveryFlag": {
  77. "type": "integer"
  78. },
  79. "logisticsCode": {
  80. "type": "text",
  81. "index": "not_analyzed"
  82. },
  83. "parentMailNo": {
  84. "type": "text",
  85. "index": "not_analyzed"
  86. },
  87. "arrivedOrgSimpleName": {
  88. "type": "text",
  89. "index": "not_analyzed"
  90. },
  91. "arrivedOutFieldName": {
  92. "type": "text",
  93. "index": "not_analyzed"
  94. },
  95. "itemState": {
  96. "type": "long"
  97. },
  98. "idFeedBackMan": {
  99. "type": "long"
  100. },
  101. "feedBackMan": {
  102. "type": "text",
  103. "index": "not_analyzed"
  104. },
  105. "deliverBackMemo": {
  106. "type": "text",
  107. "index": "not_analyzed"
  108. },
  109. "stockPlace": {
  110. "type": "text",
  111. "index": "not_analyzed",
  112. "fields": {
  113. "raw": {
  114. "type": "keyword"
  115. }
  116. }
  117. },
  118. "idClient": {
  119. "type": "long"
  120. },
  121. "clientName": {
  122. "type": "text",
  123. "analyzer": "index_ansj",
  124. "search_analyzer": "query_ansj",
  125. "fields": {
  126. "raw": {
  127. "type": "keyword"
  128. },
  129. "number": {
  130. "type": "text",
  131. "index": "analyzed",
  132. "analyzer": "number_analyzer"
  133. },
  134. "letter": {
  135. "type": "text",
  136. "index": "analyzed",
  137. "analyzer": "letter_analyzer"
  138. }
  139. }
  140. },
  141. "sendDateLong": {
  142. "type": "long"
  143. },
  144. "productName": {
  145. "type": "text",
  146. "index": "not_analyzed",
  147. "fields": {
  148. "raw": {
  149. "type": "keyword"
  150. }
  151. }
  152. },
  153. "orderName": {
  154. "type": "text",
  155. "index": "not_analyzed"
  156. },
  157. "billFrom": {
  158. "type": "integer"
  159. },
  160. "createBy": {
  161. "type": "long"
  162. },
  163. "createTimeLong": {
  164. "type": "long"
  165. },
  166. "updateBy": {
  167. "type": "long"
  168. },
  169. "updateTimeLong": {
  170. "type": "long"
  171. }
  172. }
  173. }
  174. }