orderPrePay.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "orderprepay": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "prePayMoney": {
  14. "type": "double"
  15. },
  16. "billState": {
  17. "type": "integer"
  18. },
  19. "createMan": {
  20. "type": "text",
  21. "index": "not_analyzed"
  22. },
  23. "idAccount": {
  24. "type": "long"
  25. },
  26. "accountName": {
  27. "type": "text",
  28. "analyzer": "index_ansj",
  29. "search_analyzer": "query_ansj",
  30. "fields": {
  31. "raw": {
  32. "type": "keyword"
  33. },
  34. "number": {
  35. "type": "text",
  36. "index": "analyzed",
  37. "analyzer": "number_analyzer"
  38. },
  39. "letter": {
  40. "type": "text",
  41. "index": "analyzed",
  42. "analyzer": "letter_analyzer"
  43. }
  44. }
  45. },
  46. "actMoney": {
  47. "type": "double"
  48. },
  49. "prePayMemo": {
  50. "type": "text",
  51. "index": "not_analyzed"
  52. },
  53. "auditDateLong": {
  54. "type": "long"
  55. },
  56. "auditMan": {
  57. "type": "text",
  58. "index": "not_analyzed"
  59. },
  60. "idAuditMan": {
  61. "type": "long"
  62. },
  63. "chargeDateCode": {
  64. "type": "text",
  65. "index": "not_analyzed"
  66. },
  67. "orderYear": {
  68. "type": "integer"
  69. },
  70. "orderCode": {
  71. "type": "text",
  72. "index": "analyzed",
  73. "analyzer": "codefull_analyzer",
  74. "fields": {
  75. "raw": {
  76. "type": "keyword"
  77. }
  78. }
  79. },
  80. "orderName": {
  81. "type": "text",
  82. "analyzer": "index_ansj",
  83. "search_analyzer": "query_ansj",
  84. "fields": {
  85. "raw": {
  86. "type": "keyword"
  87. }
  88. }
  89. },
  90. "orderPrintDesc": {
  91. "type": "text",
  92. "index": "not_analyzed"
  93. },
  94. "orderQty": {
  95. "type": "double"
  96. },
  97. "orderMoneyTotal": {
  98. "type": "double"
  99. },
  100. "clientName": {
  101. "type": "text",
  102. "analyzer": "index_ansj",
  103. "search_analyzer": "query_ansj",
  104. "fields": {
  105. "raw": {
  106. "type": "keyword"
  107. }
  108. }
  109. },
  110. "clientCode": {
  111. "type": "text",
  112. "index": "analyzed",
  113. "analyzer": "codefull_analyzer",
  114. "fields": {
  115. "raw": {
  116. "type": "keyword"
  117. }
  118. }
  119. },
  120. "orderCreateTimeLong": {
  121. "type": "long"
  122. },
  123. "createBy": {
  124. "type": "long"
  125. },
  126. "createTimeLong": {
  127. "type": "long"
  128. },
  129. "updateBy": {
  130. "type": "long"
  131. },
  132. "updateTimeLong": {
  133. "type": "long"
  134. }
  135. }
  136. }
  137. }