orderReceivable.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. "referenceCode": {
  103. "type": "text",
  104. "index": "analyzed",
  105. "analyzer": "codefull_analyzer",
  106. "fields": {
  107. "raw": {
  108. "type": "keyword"
  109. }
  110. }
  111. },
  112. "orderName": {
  113. "type": "text",
  114. "analyzer": "index_ansj",
  115. "search_analyzer": "query_ansj",
  116. "fields": {
  117. "raw": {
  118. "type": "keyword"
  119. },
  120. "number": {
  121. "type": "text",
  122. "index": "analyzed",
  123. "analyzer": "number_analyzer"
  124. },
  125. "letter": {
  126. "type": "text",
  127. "index": "analyzed",
  128. "analyzer": "letter_analyzer"
  129. }
  130. }
  131. },
  132. "stateMemo": {
  133. "type": "text",
  134. "index": "not_analyzed"
  135. },
  136. "orderMoney": {
  137. "type": "double"
  138. },
  139. "orderMoneyPrePay": {
  140. "type": "double"
  141. },
  142. "orderQty": {
  143. "type": "double"
  144. },
  145. "orderMessage": {
  146. "type": "text",
  147. "index": "not_analyzed"
  148. },
  149. "billMemo": {
  150. "type": "text",
  151. "index": "not_analyzed"
  152. },
  153. "orderStateSend": {
  154. "type": "integer"
  155. },
  156. "orderPayKind": {
  157. "type": "text",
  158. "index": "not_analyzed"
  159. },
  160. "createBy": {
  161. "type": "long"
  162. },
  163. "createTimeLong": {
  164. "type": "long"
  165. },
  166. "updateBy": {
  167. "type": "long"
  168. },
  169. "updateTimeLong": {
  170. "type": "long"
  171. },
  172. "idPaymentGroup": {
  173. "type": "long"
  174. },
  175. "onlinePayState": {
  176. "type": "long"
  177. },
  178. "receivableMemo": {
  179. "type": "text",
  180. "index": "not_analyzed"
  181. },
  182. "idMemoMan": {
  183. "type": "long"
  184. },
  185. "memoMan": {
  186. "type": "text",
  187. "index": "not_analyzed",
  188. "fields": {
  189. "raw": {
  190. "type": "keyword"
  191. }
  192. }
  193. },
  194. "memoDate": {
  195. "type": "long"
  196. },
  197. "memoDateLong": {
  198. "type": "long"
  199. }
  200. }
  201. }
  202. }