printBill.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "billYear": {
  8. "type": "integer"
  9. },
  10. "billCode": {
  11. "type": "text",
  12. "index": "analyzed",
  13. "analyzer": "codefull_analyzer",
  14. "fields": {
  15. "raw": {
  16. "type": "keyword"
  17. }
  18. }
  19. },
  20. "productName": {
  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. "billName": {
  41. "type": "text",
  42. "index": "not_analyzed"
  43. },
  44. "clientName": {
  45. "type": "text",
  46. "index": "not_analyzed"
  47. },
  48. "processText": {
  49. "type": "text",
  50. "index": "not_analyzed"
  51. },
  52. "outSourceProcessText": {
  53. "type": "text",
  54. "index": "not_analyzed"
  55. },
  56. "deliveryDate": {
  57. "type": "text",
  58. "index": "not_analyzed"
  59. },
  60. "deliveryDateLong": {
  61. "type": "long"
  62. },
  63. "printTime": {
  64. "type": "long"
  65. },
  66. "voidFlag": {
  67. "type": "integer"
  68. },
  69. "billNote": {
  70. "type": "text",
  71. "index": "not_analyzed"
  72. },
  73. "billState": {
  74. "type": "integer"
  75. },
  76. "billType": {
  77. "type": "integer"
  78. },
  79. "billMoneyPlate": {
  80. "type": "double"
  81. },
  82. "billMoneyPaper": {
  83. "type": "double"
  84. },
  85. "billMoneyPrint": {
  86. "type": "double"
  87. },
  88. "billMoneyProcess": {
  89. "type": "double"
  90. },
  91. "billMoneyTotal": {
  92. "type": "double"
  93. },
  94. "billMoneyAdjust": {
  95. "type": "double"
  96. },
  97. "orderMoneyTotal": {
  98. "type": "double"
  99. },
  100. "containsOrderIds": {
  101. "type": "text",
  102. "index": "not_analyzed"
  103. },
  104. "containsOrderCodes": {
  105. "type": "text",
  106. "index": "not_analyzed"
  107. },
  108. "breedFileUrl": {
  109. "type": "text",
  110. "index": "not_analyzed"
  111. },
  112. "currentVersion": {
  113. "type": "long"
  114. },
  115. "autoPDFFlag": {
  116. "type": "integer"
  117. },
  118. "idProduct": {
  119. "type": "long"
  120. },
  121. "createBy": {
  122. "type": "long"
  123. },
  124. "createManName": {
  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. "orderPrintRequire": {
  145. "type": "text",
  146. "index": "not_analyzed"
  147. },
  148. "orderSendKind": {
  149. "type": "text",
  150. "index": "not_analyzed"
  151. },
  152. "assembleBreedRequire": {
  153. "type": "text",
  154. "index": "not_analyzed"
  155. },
  156. "idCompany": {
  157. "type": "long"
  158. },
  159. "importantBill": {
  160. "type": "integer"
  161. },
  162. "idClientLevel": {
  163. "type": "long"
  164. },
  165. "createTime": {
  166. "type": "long"
  167. },
  168. "createTimeLong": {
  169. "type": "long"
  170. },
  171. "updateBy": {
  172. "type": "long"
  173. },
  174. "updateTime": {
  175. "type": "long"
  176. },
  177. "updateTimeLong": {
  178. "type": "long"
  179. }
  180. }
  181. }
  182. }