mallOrderCancelRequest.json 2.7 KB

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