orderStockItem.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. {
  2. "orderstockitem": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "orderCode": {
  14. "type": "text",
  15. "analyzer": "codefull_analyzer",
  16. "fields": {
  17. "raw": {
  18. "type": "keyword"
  19. }
  20. }
  21. },
  22. "idClient": {
  23. "type": "long"
  24. },
  25. "productTypeName": {
  26. "type": "text",
  27. "analyzer": "index_ansj",
  28. "search_analyzer": "query_ansj",
  29. "fields": {
  30. "raw": {
  31. "type": "keyword"
  32. },
  33. "number": {
  34. "type": "text",
  35. "index": "analyzed",
  36. "analyzer": "number_analyzer"
  37. },
  38. "letter": {
  39. "type": "text",
  40. "index": "analyzed",
  41. "analyzer": "letter_analyzer"
  42. }
  43. }
  44. },
  45. "orderName": {
  46. "type": "text",
  47. "analyzer": "index_ansj",
  48. "search_analyzer": "query_ansj",
  49. "fields": {
  50. "raw": {
  51. "type": "keyword"
  52. },
  53. "number": {
  54. "type": "text",
  55. "index": "analyzed",
  56. "analyzer": "number_analyzer"
  57. },
  58. "letter": {
  59. "type": "text",
  60. "index": "analyzed",
  61. "analyzer": "letter_analyzer"
  62. }
  63. }
  64. },
  65. "clientName": {
  66. "type": "text",
  67. "analyzer": "index_ansj",
  68. "search_analyzer": "query_ansj",
  69. "fields": {
  70. "raw": {
  71. "type": "keyword"
  72. },
  73. "number": {
  74. "type": "text",
  75. "index": "analyzed",
  76. "analyzer": "number_analyzer"
  77. },
  78. "letter": {
  79. "type": "text",
  80. "index": "analyzed",
  81. "analyzer": "letter_analyzer"
  82. }
  83. }
  84. },
  85. "orderQty": {
  86. "type": "double"
  87. },
  88. "totalBoxCount": {
  89. "type": "long"
  90. },
  91. "stockCount": {
  92. "type": "long"
  93. },
  94. "boxCount": {
  95. "type": "long"
  96. },
  97. "boxDesc": {
  98. "type": "text",
  99. "index": "not_analyzed"
  100. },
  101. "itemPrint": {
  102. "type": "double"
  103. },
  104. "idPrintBoxMan": {
  105. "type": "long"
  106. },
  107. "printBoxMan": {
  108. "type": "text",
  109. "index": "not_analyzed"
  110. },
  111. "idInStockMan": {
  112. "type": "long"
  113. },
  114. "inStockMan": {
  115. "type": "text",
  116. "index": "not_analyzed"
  117. },
  118. "inStockCode": {
  119. "type": "text",
  120. "analyzer": "codefull_analyzer",
  121. "fields": {
  122. "raw": {
  123. "type": "keyword"
  124. }
  125. }
  126. },
  127. "idCheckMan": {
  128. "type": "long"
  129. },
  130. "checkMan": {
  131. "type": "text",
  132. "index": "not_analyzed"
  133. },
  134. "idStockPlace": {
  135. "type": "long"
  136. },
  137. "stockPlace": {
  138. "type": "text",
  139. "index": "not_analyzed",
  140. "fields": {
  141. "raw": {
  142. "type": "keyword"
  143. }
  144. }
  145. },
  146. "verifyProduct": {
  147. "type": "integer"
  148. },
  149. "idVerifyMan": {
  150. "type": "long"
  151. },
  152. "verifyMan": {
  153. "type": "text",
  154. "index": "not_analyzed",
  155. "fields": {
  156. "raw": {
  157. "type": "keyword"
  158. }
  159. }
  160. },
  161. "verifyDateLong": {
  162. "type": "long"
  163. },
  164. "idBoxedMan": {
  165. "type": "long"
  166. },
  167. "boxedMan": {
  168. "type": "text",
  169. "index": "not_analyzed",
  170. "fields": {
  171. "raw": {
  172. "type": "keyword"
  173. }
  174. }
  175. },
  176. "stockMemo": {
  177. "type": "text",
  178. "index": "not_analyzed"
  179. },
  180. "transLockFlag": {
  181. "type": "integer"
  182. },
  183. "idTransLockMan": {
  184. "type": "long"
  185. },
  186. "transLockMan": {
  187. "type": "text",
  188. "index": "not_analyzed"
  189. },
  190. "itemState": {
  191. "type": "long"
  192. },
  193. "startNum": {
  194. "type": "long"
  195. },
  196. "voidFlag": {
  197. "type": "integer"
  198. },
  199. "inputKind": {
  200. "type": "integer"
  201. },
  202. "orderYear": {
  203. "type": "integer"
  204. },
  205. "createBy": {
  206. "type": "long"
  207. },
  208. "createTimeLong": {
  209. "type": "long"
  210. },
  211. "updateBy": {
  212. "type": "long"
  213. },
  214. "updateTimeLong": {
  215. "type": "long"
  216. }
  217. }
  218. }
  219. }