paymentordergroup.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "billYear": {
  8. "type": "long"
  9. },
  10. "idUser": {
  11. "type": "long"
  12. },
  13. "userName": {
  14. "type": "text",
  15. "index": "not_analyzed",
  16. "fields": {
  17. "raw": {
  18. "type": "keyword"
  19. }
  20. }
  21. },
  22. "tradeKind": {
  23. "type": "integer"
  24. },
  25. "tradeCode": {
  26. "type": "text",
  27. "index": "analyzed",
  28. "analyzer": "codefull_analyzer",
  29. "fields": {
  30. "raw": {
  31. "type": "keyword"
  32. }
  33. }
  34. },
  35. "payableMoney": {
  36. "type": "long"
  37. },
  38. "paiedMoney": {
  39. "type": "long"
  40. },
  41. "payTimeLong": {
  42. "type": "long"
  43. },
  44. "paymentChannel": {
  45. "type": "integer"
  46. },
  47. "orderCount": {
  48. "type": "integer"
  49. },
  50. "billStatus": {
  51. "type": "integer"
  52. },
  53. "startTimeLong": {
  54. "type": "long"
  55. },
  56. "expireTimeLong": {
  57. "type": "long"
  58. },
  59. "dataSourceId": {
  60. "type": "text",
  61. "index": "not_analyzed",
  62. "fields": {
  63. "raw": {
  64. "type": "keyword"
  65. }
  66. }
  67. },
  68. "actPayMode": {
  69. "type": "integer"
  70. },
  71. "actTransactionId": {
  72. "type": "text",
  73. "index": "not_analyzed"
  74. },
  75. "actOutTransactionId": {
  76. "type": "text",
  77. "index": "not_analyzed"
  78. },
  79. "actTradeType": {
  80. "type": "text",
  81. "index": "not_analyzed"
  82. },
  83. "actBankType": {
  84. "type": "text",
  85. "index": "not_analyzed"
  86. },
  87. "actOpenId": {
  88. "type": "text",
  89. "index": "not_analyzed"
  90. },
  91. "actBuyerLogonId": {
  92. "type": "text",
  93. "index": "not_analyzed"
  94. },
  95. "createBy": {
  96. "type": "long"
  97. },
  98. "createTimeLong": {
  99. "type": "long"
  100. },
  101. "updateBy": {
  102. "type": "long"
  103. },
  104. "updateTimeLong": {
  105. "type": "long"
  106. },
  107. "payOrderList": {
  108. "type": "nested",
  109. "properties": {
  110. "idItem": {
  111. "type": "long"
  112. },
  113. "idOrderGroup": {
  114. "type": "long"
  115. },
  116. "idOrderReceivable": {
  117. "type": "long"
  118. },
  119. "idOrder": {
  120. "type": "long"
  121. },
  122. "financeCode": {
  123. "type": "text",
  124. "index": "analyzed",
  125. "analyzer": "codefull_analyzer",
  126. "fields": {
  127. "raw": {
  128. "type": "keyword"
  129. }
  130. }
  131. },
  132. "orderCode": {
  133. "type": "text",
  134. "index": "analyzed",
  135. "analyzer": "codefull_analyzer",
  136. "fields": {
  137. "raw": {
  138. "type": "keyword"
  139. }
  140. }
  141. },
  142. "orderName": {
  143. "type": "text",
  144. "analyzer": "index_ansj",
  145. "search_analyzer": "query_ansj",
  146. "fields": {
  147. "raw": {
  148. "type": "keyword"
  149. },
  150. "number": {
  151. "type": "text",
  152. "index": "analyzed",
  153. "analyzer": "number_analyzer"
  154. },
  155. "letter": {
  156. "type": "text",
  157. "index": "analyzed",
  158. "analyzer": "letter_analyzer"
  159. }
  160. }
  161. },
  162. "itemMoney": {
  163. "type": "long"
  164. }
  165. }
  166. }
  167. }
  168. }
  169. }