orderPart.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. {
  2. "orderpart": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "idPart": {
  14. "type": "long"
  15. },
  16. "partName": {
  17. "type": "text",
  18. "analyzer": "index_ansj",
  19. "search_analyzer": "query_ansj",
  20. "fields": {
  21. "raw": {
  22. "type": "keyword"
  23. },
  24. "number": {
  25. "type": "text",
  26. "index": "analyzed",
  27. "analyzer": "number_analyzer"
  28. },
  29. "letter": {
  30. "type": "text",
  31. "index": "analyzed",
  32. "analyzer": "letter_analyzer"
  33. }
  34. }
  35. },
  36. "partSize": {
  37. "type": "text",
  38. "analyzer": "index_ansj",
  39. "search_analyzer": "query_ansj",
  40. "fields": {
  41. "raw": {
  42. "type": "keyword"
  43. },
  44. "number": {
  45. "type": "text",
  46. "index": "analyzed",
  47. "analyzer": "number_analyzer"
  48. },
  49. "letter": {
  50. "type": "text",
  51. "index": "analyzed",
  52. "analyzer": "letter_analyzer"
  53. }
  54. }
  55. },
  56. "partSizeDesc": {
  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. "partSizeWidth": {
  77. "type": "double"
  78. },
  79. "partSizeHeight": {
  80. "type": "double"
  81. },
  82. "partSizeLength": {
  83. "type": "double"
  84. },
  85. "bloodValue": {
  86. "type": "double"
  87. },
  88. "idPaperType": {
  89. "type": "long"
  90. },
  91. "paperTypeName": {
  92. "type": "text",
  93. "analyzer": "index_ansj",
  94. "search_analyzer": "query_ansj",
  95. "fields": {
  96. "raw": {
  97. "type": "keyword"
  98. }
  99. }
  100. },
  101. "paperName": {
  102. "type": "text",
  103. "analyzer": "index_ansj",
  104. "search_analyzer": "query_ansj",
  105. "fields": {
  106. "raw": {
  107. "type": "keyword"
  108. },
  109. "number": {
  110. "type": "text",
  111. "index": "analyzed",
  112. "analyzer": "number_analyzer"
  113. },
  114. "letter": {
  115. "type": "text",
  116. "index": "analyzed",
  117. "analyzer": "letter_analyzer"
  118. }
  119. }
  120. },
  121. "idPaperQuoteInfo": {
  122. "type": "long"
  123. },
  124. "quotePaperName": {
  125. "type": "text",
  126. "analyzer": "index_ansj",
  127. "search_analyzer": "query_ansj",
  128. "fields": {
  129. "raw": {
  130. "type": "keyword"
  131. },
  132. "number": {
  133. "type": "text",
  134. "index": "analyzed",
  135. "analyzer": "number_analyzer"
  136. },
  137. "letter": {
  138. "type": "text",
  139. "index": "analyzed",
  140. "analyzer": "letter_analyzer"
  141. }
  142. }
  143. },
  144. "faceCount": {
  145. "type": "integer"
  146. },
  147. "pageQty": {
  148. "type": "integer"
  149. },
  150. "draftCount": {
  151. "type": "integer"
  152. },
  153. "jointQty": {
  154. "type": "integer"
  155. },
  156. "jointPageSort": {
  157. "type": "text",
  158. "index": "not_analyzed"
  159. },
  160. "partQty": {
  161. "type": "double"
  162. },
  163. "paperGram": {
  164. "type": "integer"
  165. },
  166. "originFile": {
  167. "type": "text",
  168. "index": "not_analyzed"
  169. },
  170. "finalFile": {
  171. "type": "text",
  172. "index": "not_analyzed"
  173. },
  174. "pasteUpFileObverse": {
  175. "type": "text",
  176. "index": "not_analyzed"
  177. },
  178. "pasteUpFileObversePageIndex": {
  179. "type": "integer"
  180. },
  181. "pasteUpFileReverse": {
  182. "type": "text",
  183. "index": "not_analyzed"
  184. },
  185. "pasteUpFileReversePageIndex": {
  186. "type": "integer"
  187. },
  188. "pasteUpFileDpiX": {
  189. "type": "integer"
  190. },
  191. "pasteUpFileDpiY": {
  192. "type": "integer"
  193. },
  194. "pasteUpFileStartPageIndex": {
  195. "type": "integer"
  196. },
  197. "pasteUpFileEndPageIndex": {
  198. "type": "integer"
  199. },
  200. "thumbFileObverse": {
  201. "type": "text",
  202. "index": "not_analyzed"
  203. },
  204. "thumbFileReverse": {
  205. "type": "text",
  206. "index": "not_analyzed"
  207. },
  208. "previewFileObverse": {
  209. "type": "text",
  210. "index": "not_analyzed"
  211. },
  212. "previewFileReverse": {
  213. "type": "text",
  214. "index": "not_analyzed"
  215. },
  216. "partIndex": {
  217. "type": "integer"
  218. },
  219. "partColorObverse": {
  220. "type": "long"
  221. },
  222. "partColorReverse": {
  223. "type": "long"
  224. },
  225. "fileType": {
  226. "type": "text",
  227. "index": "not_analyzed"
  228. },
  229. "allProcessStr": {
  230. "type": "text",
  231. "index": "not_analyzed",
  232. "fields": {
  233. "raw": {
  234. "type": "keyword"
  235. }
  236. }
  237. },
  238. "fuMoFlag": {
  239. "type": "integer"
  240. },
  241. "moQieFlag": {
  242. "type": "integer"
  243. },
  244. "moduleCount": {
  245. "type": "integer"
  246. },
  247. "partSaleQty": {
  248. "type": "double"
  249. },
  250. "specialPaperFlag": {
  251. "type": "integer"
  252. },
  253. "qtyEnoughFlag": {
  254. "type": "integer"
  255. },
  256. "partDesc": {
  257. "type": "text",
  258. "index": "not_analyzed"
  259. },
  260. "mainFlag": {
  261. "type": "integer"
  262. },
  263. "partColour": {
  264. "type": "text",
  265. "index": "not_analyzed",
  266. "fields": {
  267. "raw": {
  268. "type": "keyword"
  269. }
  270. }
  271. },
  272. "holdSize": {
  273. "type": "integer"
  274. },
  275. "bookStyle": {
  276. "type": "integer"
  277. },
  278. "cupSize": {
  279. "type": "text",
  280. "analyzer": "index_ansj",
  281. "search_analyzer": "query_ansj",
  282. "fields": {
  283. "raw": {
  284. "type": "keyword"
  285. },
  286. "number": {
  287. "type": "text",
  288. "index": "analyzed",
  289. "analyzer": "number_analyzer"
  290. },
  291. "letter": {
  292. "type": "text",
  293. "index": "analyzed",
  294. "analyzer": "letter_analyzer"
  295. }
  296. }
  297. },
  298. "productPartName": {
  299. "type": "text",
  300. "index": "not_analyzed",
  301. "fields": {
  302. "raw": {
  303. "type": "keyword"
  304. }
  305. }
  306. },
  307. "orderCode": {
  308. "type": "text",
  309. "index": "analyzed",
  310. "analyzer": "codefull_analyzer",
  311. "fields": {
  312. "raw": {
  313. "type": "keyword"
  314. }
  315. }
  316. },
  317. "psCount": {
  318. "type": "long"
  319. },
  320. "actPaperCount": {
  321. "type": "integer"
  322. },
  323. "machineSize": {
  324. "type": "text",
  325. "index": "not_analyzed",
  326. "fields": {
  327. "raw": {
  328. "type": "keyword"
  329. }
  330. }
  331. },
  332. "machineSplitCount": {
  333. "type": "text",
  334. "index": "not_analyzed",
  335. "fields": {
  336. "raw": {
  337. "type": "keyword"
  338. }
  339. }
  340. },
  341. "printName": {
  342. "type": "text",
  343. "index": "not_analyzed",
  344. "fields": {
  345. "raw": {
  346. "type": "keyword"
  347. }
  348. }
  349. },
  350. "idPrintMachine": {
  351. "type": "integer"
  352. },
  353. "printMachineName": {
  354. "type": "text",
  355. "index": "not_analyzed",
  356. "fields": {
  357. "raw": {
  358. "type": "keyword"
  359. }
  360. }
  361. },
  362. "composeStatus": {
  363. "type": "integer"
  364. },
  365. "idProduct": {
  366. "type": "long"
  367. },
  368. "lockFlag": {
  369. "type": "integer"
  370. },
  371. "lockMan": {
  372. "type": "text",
  373. "index": "not_analyzed"
  374. },
  375. "idLockMan": {
  376. "type": "long"
  377. },
  378. "pdfMakeKind": {
  379. "type": "integer"
  380. },
  381. "idPartParameterItem": {
  382. "type": "long"
  383. },
  384. "partFieldStr1": {
  385. "type": "text",
  386. "index": "not_analyzed",
  387. "fields": {
  388. "raw": {
  389. "type": "keyword"
  390. }
  391. }
  392. },
  393. "partFieldStr2": {
  394. "type": "text",
  395. "index": "not_analyzed",
  396. "fields": {
  397. "raw": {
  398. "type": "keyword"
  399. }
  400. }
  401. },
  402. "partFieldStr3": {
  403. "type": "text",
  404. "index": "not_analyzed",
  405. "fields": {
  406. "raw": {
  407. "type": "keyword"
  408. }
  409. }
  410. },
  411. "partFieldStr4": {
  412. "type": "text",
  413. "index": "not_analyzed",
  414. "fields": {
  415. "raw": {
  416. "type": "keyword"
  417. }
  418. }
  419. },
  420. "partFieldStr5": {
  421. "type": "text",
  422. "index": "not_analyzed",
  423. "fields": {
  424. "raw": {
  425. "type": "keyword"
  426. }
  427. }
  428. },
  429. "partFieldStr6": {
  430. "type": "text",
  431. "index": "not_analyzed",
  432. "fields": {
  433. "raw": {
  434. "type": "keyword"
  435. }
  436. }
  437. },
  438. "partFieldStr7": {
  439. "type": "text",
  440. "index": "not_analyzed",
  441. "fields": {
  442. "raw": {
  443. "type": "keyword"
  444. }
  445. }
  446. },
  447. "partFieldStr8": {
  448. "type": "text",
  449. "index": "not_analyzed",
  450. "fields": {
  451. "raw": {
  452. "type": "keyword"
  453. }
  454. }
  455. },
  456. "partFieldStr9": {
  457. "type": "text",
  458. "index": "not_analyzed",
  459. "fields": {
  460. "raw": {
  461. "type": "keyword"
  462. }
  463. }
  464. },
  465. "partFieldStr10": {
  466. "type": "text",
  467. "index": "not_analyzed",
  468. "fields": {
  469. "raw": {
  470. "type": "keyword"
  471. }
  472. }
  473. },
  474. "partFieldInt1": {
  475. "type": "long"
  476. },
  477. "partFieldInt2": {
  478. "type": "long"
  479. },
  480. "partFieldInt3": {
  481. "type": "long"
  482. },
  483. "partFieldInt4": {
  484. "type": "long"
  485. },
  486. "partFieldInt5": {
  487. "type": "long"
  488. },
  489. "partFieldInt6": {
  490. "type": "long"
  491. },
  492. "partFieldInt7": {
  493. "type": "long"
  494. },
  495. "partFieldInt8": {
  496. "type": "long"
  497. },
  498. "partFieldInt9": {
  499. "type": "long"
  500. },
  501. "partFieldInt10": {
  502. "type": "long"
  503. }
  504. }
  505. }
  506. }