ordermachinetask.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. {
  2. "task": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idBill": {
  11. "type": "long"
  12. },
  13. "taskCode": {
  14. "type": "text",
  15. "index": "analyzed",
  16. "analyzer": "codefull_analyzer",
  17. "fields": {
  18. "raw": {
  19. "type": "keyword"
  20. }
  21. }
  22. },
  23. "taskName": {
  24. "type": "text",
  25. "analyzer": "index_ansj",
  26. "search_analyzer": "query_ansj",
  27. "fields": {
  28. "raw": {
  29. "type": "keyword"
  30. },
  31. "number": {
  32. "type": "text",
  33. "index": "analyzed",
  34. "analyzer": "number_analyzer"
  35. },
  36. "letter": {
  37. "type": "text",
  38. "index": "analyzed",
  39. "analyzer": "letter_analyzer"
  40. }
  41. }
  42. },
  43. "idParentTask": {
  44. "type": "long"
  45. },
  46. "idPrintTask": {
  47. "type": "text",
  48. "index": "not_analyzed"
  49. },
  50. "idAssembleBreedTask": {
  51. "type": "text",
  52. "index": "not_analyzed"
  53. },
  54. "idMadeBreedTask": {
  55. "type": "text",
  56. "index": "not_analyzed"
  57. },
  58. "idCutPaperTask": {
  59. "type": "text",
  60. "index": "not_analyzed"
  61. },
  62. "idWorkProcess": {
  63. "type": "long"
  64. },
  65. "workProcessName": {
  66. "type": "text",
  67. "index": "not_analyzed",
  68. "fields": {
  69. "raw": {
  70. "type": "keyword"
  71. }
  72. }
  73. },
  74. "idMachine": {
  75. "type": "long"
  76. },
  77. "machineName": {
  78. "type": "text",
  79. "index": "not_analyzed",
  80. "fields": {
  81. "raw": {
  82. "type": "keyword"
  83. }
  84. }
  85. },
  86. "taskStatus": {
  87. "type": "integer"
  88. },
  89. "dispatchTimeLong": {
  90. "type": "long"
  91. },
  92. "dispatchTimeYear": {
  93. "type": "long"
  94. },
  95. "dispatchTimeMonth": {
  96. "type": "long"
  97. },
  98. "dispatchTimeDay": {
  99. "type": "long"
  100. },
  101. "idDispatchUser": {
  102. "type": "long"
  103. },
  104. "dispatchUserName": {
  105. "type": "text",
  106. "index": "not_analyzed",
  107. "fields": {
  108. "raw": {
  109. "type": "keyword"
  110. }
  111. }
  112. },
  113. "processTimeLong": {
  114. "type": "long"
  115. },
  116. "processTimeYear": {
  117. "type": "long"
  118. },
  119. "processTimeMonth": {
  120. "type": "long"
  121. },
  122. "processTimeDay": {
  123. "type": "long"
  124. },
  125. "idProcessUser": {
  126. "type": "long"
  127. },
  128. "processUserName": {
  129. "type": "text",
  130. "index": "not_analyzed",
  131. "fields": {
  132. "raw": {
  133. "type": "keyword"
  134. }
  135. }
  136. },
  137. "processQty": {
  138. "type": "double"
  139. },
  140. "processMemo": {
  141. "type": "text",
  142. "index": "not_analyzed"
  143. },
  144. "pdfMakeKind": {
  145. "type": "integer"
  146. },
  147. "pdfMakeStatus": {
  148. "type": "integer"
  149. },
  150. "breedFlipType": {
  151. "type": "integer"
  152. },
  153. "breedSize": {
  154. "type": "text",
  155. "index": "not_analyzed"
  156. },
  157. "pageBlankTop": {
  158. "type": "double"
  159. },
  160. "pageBlankLeft": {
  161. "type": "double"
  162. },
  163. "pageBlankBottom": {
  164. "type": "double"
  165. },
  166. "pageBlankRight": {
  167. "type": "double"
  168. },
  169. "holdPlace": {
  170. "type": "integer"
  171. },
  172. "exchangeHoldPlace": {
  173. "type": "integer"
  174. },
  175. "printCount": {
  176. "type": "integer"
  177. },
  178. "idPaperQuoteInfo": {
  179. "type": "long"
  180. },
  181. "paperName": {
  182. "type": "text",
  183. "analyzer": "index_ansj",
  184. "search_analyzer": "query_ansj",
  185. "fields": {
  186. "raw": {
  187. "type": "keyword"
  188. },
  189. "number": {
  190. "type": "text",
  191. "index": "analyzed",
  192. "analyzer": "number_analyzer"
  193. },
  194. "letter": {
  195. "type": "text",
  196. "index": "analyzed",
  197. "analyzer": "letter_analyzer"
  198. }
  199. }
  200. },
  201. "processPageCount": {
  202. "type": "integer"
  203. },
  204. "reversePages": {
  205. "type": "integer"
  206. },
  207. "pdfPlateKind": {
  208. "type": "integer"
  209. },
  210. "expectStartTimeLong": {
  211. "type": "long"
  212. },
  213. "expectCostTime": {
  214. "type": "long"
  215. },
  216. "taskFullIndex": {
  217. "type": "long"
  218. },
  219. "taskGroupIndex": {
  220. "type": "long"
  221. },
  222. "createBy": {
  223. "type": "long"
  224. },
  225. "createTimeLong": {
  226. "type": "long"
  227. },
  228. "updateBy": {
  229. "type": "long"
  230. },
  231. "updateTimeLong": {
  232. "type": "long"
  233. }
  234. }
  235. }
  236. }