ordertradebill.json 2.9 KB

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