orderReceivable.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. {
  2. "orderreceivable": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "idClient": {
  14. "type": "long"
  15. },
  16. "clientName": {
  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. "billMoney": {
  37. "type": "double"
  38. },
  39. "chargeMoney": {
  40. "type": "double"
  41. },
  42. "payMoney": {
  43. "type": "double"
  44. },
  45. "createMan": {
  46. "type": "text",
  47. "index": "not_analyzed"
  48. },
  49. "dataKind": {
  50. "type": "integer"
  51. },
  52. "chargeState": {
  53. "type": "integer"
  54. },
  55. "chargeTimeLong": {
  56. "type": "long"
  57. },
  58. "chargeMan": {
  59. "type": "text",
  60. "index": "not_analyzed"
  61. },
  62. "financeCode": {
  63. "type": "text",
  64. "index": "analyzed",
  65. "analyzer": "codefull_analyzer",
  66. "fields": {
  67. "raw": {
  68. "type": "keyword"
  69. }
  70. }
  71. },
  72. "orderYear": {
  73. "type": "integer"
  74. },
  75. "printBillCode": {
  76. "type": "text",
  77. "index": "analyzed",
  78. "analyzer": "codefull_analyzer",
  79. "fields": {
  80. "raw": {
  81. "type": "keyword"
  82. }
  83. }
  84. },
  85. "orderCreateMan": {
  86. "type": "text",
  87. "index": "not_analyzed"
  88. },
  89. "orderCreateTimeLong": {
  90. "type": "long"
  91. },
  92. "orderCode": {
  93. "type": "text",
  94. "index": "analyzed",
  95. "analyzer": "codefull_analyzer",
  96. "fields": {
  97. "raw": {
  98. "type": "keyword"
  99. }
  100. }
  101. },
  102. "maYunCode": {
  103. "type": "text",
  104. "index": "not_analyzed"
  105. },
  106. "orderName": {
  107. "type": "text",
  108. "analyzer": "index_ansj",
  109. "search_analyzer": "query_ansj",
  110. "fields": {
  111. "raw": {
  112. "type": "keyword"
  113. },
  114. "number": {
  115. "type": "text",
  116. "index": "analyzed",
  117. "analyzer": "number_analyzer"
  118. },
  119. "letter": {
  120. "type": "text",
  121. "index": "analyzed",
  122. "analyzer": "letter_analyzer"
  123. }
  124. }
  125. },
  126. "stateMemo": {
  127. "type": "text",
  128. "index": "not_analyzed"
  129. },
  130. "orderMoney": {
  131. "type": "double"
  132. },
  133. "orderMoneyPrePay": {
  134. "type": "double"
  135. },
  136. "orderQty": {
  137. "type": "double"
  138. },
  139. "orderMessage": {
  140. "type": "text",
  141. "index": "not_analyzed"
  142. },
  143. "billMemo": {
  144. "type": "text",
  145. "index": "not_analyzed"
  146. },
  147. "orderStateSend": {
  148. "type": "integer"
  149. },
  150. "orderPayKind": {
  151. "type": "text",
  152. "index": "not_analyzed"
  153. },
  154. "createBy": {
  155. "type": "long"
  156. },
  157. "createTimeLong": {
  158. "type": "long"
  159. },
  160. "updateBy": {
  161. "type": "long"
  162. },
  163. "updateTimeLong": {
  164. "type": "long"
  165. },
  166. "idPaymentGroup": {
  167. "type": "long"
  168. },
  169. "onlinePayState": {
  170. "type": "long"
  171. },
  172. "receivableMemo": {
  173. "type": "text",
  174. "index": "not_analyzed"
  175. },
  176. "idMemoMan": {
  177. "type": "long"
  178. },
  179. "memoMan": {
  180. "type": "text",
  181. "index": "not_analyzed",
  182. "fields": {
  183. "raw": {
  184. "type": "keyword"
  185. }
  186. }
  187. },
  188. "memoDate": {
  189. "type": "long"
  190. },
  191. "memoDateLong": {
  192. "type": "long"
  193. }
  194. }
  195. }
  196. }