printOrder.json 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "orderYear": {
  8. "type": "integer"
  9. },
  10. "orderCode": {
  11. "type": "text",
  12. "index": "analyzed",
  13. "analyzer": "codefull_analyzer",
  14. "fields": {
  15. "raw": {
  16. "type": "keyword"
  17. }
  18. }
  19. },
  20. "orderName": {
  21. "type": "text",
  22. "analyzer": "index_ansj",
  23. "search_analyzer": "query_ansj",
  24. "fields": {
  25. "raw": {
  26. "type": "keyword"
  27. },
  28. "number": {
  29. "type": "text",
  30. "index": "analyzed",
  31. "analyzer": "number_analyzer"
  32. },
  33. "letter": {
  34. "type": "text",
  35. "index": "analyzed",
  36. "analyzer": "letter_analyzer"
  37. }
  38. }
  39. },
  40. "idProduct": {
  41. "type": "long"
  42. },
  43. "idClient": {
  44. "type": "long"
  45. },
  46. "clientName": {
  47. "type": "text",
  48. "analyzer": "index_ansj",
  49. "search_analyzer": "query_ansj",
  50. "fields": {
  51. "raw": {
  52. "type": "keyword"
  53. },
  54. "number": {
  55. "type": "text",
  56. "index": "analyzed",
  57. "analyzer": "number_analyzer"
  58. },
  59. "letter": {
  60. "type": "text",
  61. "index": "analyzed",
  62. "analyzer": "letter_analyzer"
  63. }
  64. }
  65. },
  66. "clientCode": {
  67. "type": "text",
  68. "index": "analyzed",
  69. "analyzer": "codefull_analyzer",
  70. "fields": {
  71. "raw": {
  72. "type": "keyword"
  73. }
  74. }
  75. },
  76. "orderFrom": {
  77. "type": "integer"
  78. },
  79. "platformOrderID": {
  80. "type": "text",
  81. "index": "analyzed",
  82. "analyzer": "codefull_analyzer",
  83. "fields": {
  84. "raw": {
  85. "type": "keyword"
  86. }
  87. }
  88. },
  89. "orderState": {
  90. "type": "integer"
  91. },
  92. "stateMemo": {
  93. "type": "text",
  94. "index": "not_analyzed",
  95. "fields": {
  96. "raw": {
  97. "type": "keyword"
  98. }
  99. }
  100. },
  101. "orderMoneyProcess": {
  102. "type": "double"
  103. },
  104. "orderMoneyPrint": {
  105. "type": "double"
  106. },
  107. "orderMoneyTotal": {
  108. "type": "double"
  109. },
  110. "chargeMoney": {
  111. "type": "double"
  112. },
  113. "payMoney": {
  114. "type": "double"
  115. },
  116. "orderMoneySend": {
  117. "type": "double"
  118. },
  119. "orderMoneyPre": {
  120. "type": "double"
  121. },
  122. "kindCount": {
  123. "type": "integer"
  124. },
  125. "orderQty": {
  126. "type": "double"
  127. },
  128. "boxedOrderQty": {
  129. "type": "double"
  130. },
  131. "boxedOrderQtyEx": {
  132. "type": "double"
  133. },
  134. "payKind": {
  135. "type": "text",
  136. "index": "not_analyzed"
  137. },
  138. "searchPayKind": {
  139. "type": "text",
  140. "analyzer": "index_ansj",
  141. "search_analyzer": "query_ansj",
  142. "fields": {
  143. "raw": {
  144. "type": "keyword"
  145. },
  146. "number": {
  147. "type": "text",
  148. "index": "analyzed",
  149. "analyzer": "number_analyzer"
  150. },
  151. "letter": {
  152. "type": "text",
  153. "index": "analyzed",
  154. "analyzer": "letter_analyzer"
  155. }
  156. }
  157. },
  158. "orderMemo": {
  159. "type": "text",
  160. "index": "not_analyzed"
  161. },
  162. "sendMemo": {
  163. "type": "text",
  164. "index": "not_analyzed"
  165. },
  166. "deliverDateLong": {
  167. "type": "long"
  168. },
  169. "checkMan": {
  170. "type": "text",
  171. "index": "not_analyzed"
  172. },
  173. "checkDateLong": {
  174. "type": "long"
  175. },
  176. "voidFlag": {
  177. "type": "integer"
  178. },
  179. "cutKind": {
  180. "type": "integer"
  181. },
  182. "printRequire": {
  183. "type": "text",
  184. "index": "not_analyzed"
  185. },
  186. "prePrintCode": {
  187. "type": "text",
  188. "index": "not_analyzed"
  189. },
  190. "photographFlag": {
  191. "type": "integer"
  192. },
  193. "partCount": {
  194. "type": "integer"
  195. },
  196. "businessKind": {
  197. "type": "integer"
  198. },
  199. "maYunCode": {
  200. "type": "text",
  201. "index": "not_analyzed"
  202. },
  203. "idSale": {
  204. "type": "long"
  205. },
  206. "saleMan": {
  207. "type": "text",
  208. "index": "not_analyzed",
  209. "fields": {
  210. "raw": {
  211. "type": "keyword"
  212. }
  213. }
  214. },
  215. "idSaleWorkTeam": {
  216. "type": "long"
  217. },
  218. "orderMessage": {
  219. "type": "text",
  220. "index": "not_analyzed"
  221. },
  222. "fileDescription": {
  223. "type": "text",
  224. "index": "not_analyzed",
  225. "fields": {
  226. "raw": {
  227. "type": "keyword"
  228. }
  229. }
  230. },
  231. "originFileLink": {
  232. "type": "text",
  233. "index": "not_analyzed"
  234. },
  235. "orderStateCharge": {
  236. "type": "integer"
  237. },
  238. "createMan": {
  239. "type": "text",
  240. "index": "not_analyzed"
  241. },
  242. "orderRegion": {
  243. "type": "text",
  244. "index": "not_analyzed"
  245. },
  246. "productName": {
  247. "type": "text",
  248. "index": "not_analyzed",
  249. "fields": {
  250. "raw": {
  251. "type": "keyword"
  252. }
  253. }
  254. },
  255. "orderType": {
  256. "type": "integer"
  257. },
  258. "versionCode": {
  259. "type": "long"
  260. },
  261. "allProcessStr": {
  262. "type": "text",
  263. "index": "not_analyzed",
  264. "fields": {
  265. "raw": {
  266. "type": "keyword"
  267. }
  268. }
  269. },
  270. "packRequire": {
  271. "type": "text",
  272. "index": "not_analyzed"
  273. },
  274. "packKind": {
  275. "type": "integer"
  276. },
  277. "boxRequire": {
  278. "type": "text",
  279. "index": "not_analyzed"
  280. },
  281. "pageQty": {
  282. "type": "integer"
  283. },
  284. "createBy": {
  285. "type": "long"
  286. },
  287. "createTimeLong": {
  288. "type": "long"
  289. },
  290. "updateBy": {
  291. "type": "long"
  292. },
  293. "updateTimeLong": {
  294. "type": "long"
  295. },
  296. "attachFile": {
  297. "type": "text",
  298. "index": "not_analyzed",
  299. "fields": {
  300. "raw": {
  301. "type": "keyword"
  302. }
  303. }
  304. },
  305. "attachFileLink": {
  306. "type": "text",
  307. "index": "not_analyzed"
  308. },
  309. "proofFile": {
  310. "type": "text",
  311. "index": "not_analyzed",
  312. "fields": {
  313. "raw": {
  314. "type": "keyword"
  315. }
  316. }
  317. },
  318. "proofFileLink": {
  319. "type": "text",
  320. "index": "not_analyzed"
  321. },
  322. "packageQty": {
  323. "type": "double"
  324. },
  325. "webProofFileLink": {
  326. "type": "text",
  327. "index": "not_analyzed"
  328. },
  329. "paperRequireFlag": {
  330. "type": "integer"
  331. },
  332. "idProductType": {
  333. "type": "long"
  334. },
  335. "originOrderId": {
  336. "type": "long"
  337. },
  338. "rePrintIndex": {
  339. "type": "long"
  340. },
  341. "rePrintNeedImageProcess": {
  342. "type": "long"
  343. },
  344. "firstOrderFlag": {
  345. "type": "integer"
  346. },
  347. "usePreStore": {
  348. "type": "integer"
  349. },
  350. "traceFlag": {
  351. "type": "integer"
  352. },
  353. "dutyMan": {
  354. "type": "text",
  355. "index": "not_analyzed",
  356. "fields": {
  357. "raw": {
  358. "type": "keyword"
  359. }
  360. }
  361. },
  362. "idClientLevel": {
  363. "type": "long"
  364. },
  365. "contractTeamId": {
  366. "type": "long"
  367. },
  368. "contractManId": {
  369. "type": "long"
  370. },
  371. "contractMan": {
  372. "type": "text",
  373. "index": "not_analyzed"
  374. }
  375. }
  376. }
  377. }