orderChargeData.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. {
  2. "orderchargedata": {
  3. "_parent": {
  4. "type": "orderreceivable"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idReceivable": {
  11. "type": "long"
  12. },
  13. "idPaymentOrderGroup": {
  14. "type": "long"
  15. },
  16. "chargeCode": {
  17. "type": "text",
  18. "index": "analyzed",
  19. "analyzer": "codefull_analyzer",
  20. "fields": {
  21. "raw": {
  22. "type": "keyword"
  23. }
  24. }
  25. },
  26. "lockFlag": {
  27. "type": "integer"
  28. },
  29. "lockMan": {
  30. "type": "text",
  31. "index": "not_analyzed"
  32. },
  33. "financeCode": {
  34. "type": "text",
  35. "index": "analyzed",
  36. "analyzer": "codefull_analyzer",
  37. "fields": {
  38. "raw": {
  39. "type": "keyword"
  40. }
  41. }
  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. "orderName": {
  67. "type": "text",
  68. "analyzer": "index_ansj",
  69. "search_analyzer": "query_ansj",
  70. "fields": {
  71. "raw": {
  72. "type": "keyword"
  73. },
  74. "number": {
  75. "type": "text",
  76. "index": "analyzed",
  77. "analyzer": "number_analyzer"
  78. },
  79. "letter": {
  80. "type": "text",
  81. "index": "analyzed",
  82. "analyzer": "letter_analyzer"
  83. }
  84. }
  85. },
  86. "receivableMoney": {
  87. "type": "double"
  88. },
  89. "agioMoney": {
  90. "type": "double"
  91. },
  92. "agioMemo": {
  93. "type": "text",
  94. "index": "not_analyzed"
  95. },
  96. "idAccount": {
  97. "type": "long"
  98. },
  99. "accountName": {
  100. "type": "text",
  101. "analyzer": "index_ansj",
  102. "search_analyzer": "query_ansj",
  103. "fields": {
  104. "raw": {
  105. "type": "keyword"
  106. },
  107. "number": {
  108. "type": "text",
  109. "index": "analyzed",
  110. "analyzer": "number_analyzer"
  111. },
  112. "letter": {
  113. "type": "text",
  114. "index": "analyzed",
  115. "analyzer": "letter_analyzer"
  116. }
  117. }
  118. },
  119. "voucherCode": {
  120. "type": "text",
  121. "index": "not_analyzed"
  122. },
  123. "payMan": {
  124. "type": "text",
  125. "index": "not_analyzed",
  126. "fields": {
  127. "raw": {
  128. "type": "keyword"
  129. }
  130. }
  131. },
  132. "dataKind": {
  133. "type": "integer"
  134. },
  135. "chargeKind": {
  136. "type": "integer"
  137. },
  138. "chargeMan": {
  139. "type": "text",
  140. "index": "not_analyzed",
  141. "fields": {
  142. "raw": {
  143. "type": "keyword"
  144. }
  145. }
  146. },
  147. "orderCreateTimeLong": {
  148. "type": "long"
  149. },
  150. "orderCreateMan": {
  151. "type": "text",
  152. "index": "not_analyzed"
  153. },
  154. "voidFlag": {
  155. "type": "integer"
  156. },
  157. "billYear": {
  158. "type": "integer"
  159. },
  160. "idOrder": {
  161. "type": "long"
  162. },
  163. "receiveCode": {
  164. "type": "text",
  165. "index": "analyzed",
  166. "analyzer": "codefull_analyzer",
  167. "fields": {
  168. "raw": {
  169. "type": "keyword"
  170. }
  171. }
  172. },
  173. "chargeDateLong": {
  174. "type": "long"
  175. },
  176. "createBy": {
  177. "type": "long"
  178. },
  179. "createTimeLong": {
  180. "type": "long"
  181. },
  182. "updateBy": {
  183. "type": "long"
  184. },
  185. "updateTimeLong": {
  186. "type": "long"
  187. },
  188. "orderCode": {
  189. "type": "text",
  190. "index": "analyzed",
  191. "analyzer": "codefull_analyzer",
  192. "fields": {
  193. "raw": {
  194. "type": "keyword"
  195. }
  196. }
  197. },
  198. "chargeMemo": {
  199. "type": "text",
  200. "index": "not_analyzed"
  201. },
  202. "redState": {
  203. "type": "integer"
  204. },
  205. "clientCode": {
  206. "type": "text",
  207. "index": "analyzed",
  208. "analyzer": "codefull_analyzer",
  209. "fields": {
  210. "raw": {
  211. "type": "keyword"
  212. }
  213. }
  214. }
  215. }
  216. }
  217. }