quoteorder.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idProduct": {
  8. "type": "long"
  9. },
  10. "idClient": {
  11. "type": "long"
  12. },
  13. "clientName": {
  14. "type": "text",
  15. "analyzer": "index_ansj",
  16. "search_analyzer": "query_ansj",
  17. "fields": {
  18. "raw": {
  19. "type": "keyword"
  20. },
  21. "number": {
  22. "type": "text",
  23. "index": "analyzed",
  24. "analyzer": "number_analyzer"
  25. },
  26. "letter": {
  27. "type": "text",
  28. "index": "analyzed",
  29. "analyzer": "letter_analyzer"
  30. }
  31. }
  32. },
  33. "orderMoneyTotal": {
  34. "type": "double"
  35. },
  36. "orderMoneyPrint": {
  37. "type": "double"
  38. },
  39. "orderMoneySend": {
  40. "type": "double"
  41. },
  42. "kindCount": {
  43. "type": "integer"
  44. },
  45. "orderQty": {
  46. "type": "double"
  47. },
  48. "orderMemo": {
  49. "type": "text",
  50. "index": "not_analyzed"
  51. },
  52. "quoteMemo": {
  53. "type": "text",
  54. "index": "not_analyzed"
  55. },
  56. "quoteKeyIndex": {
  57. "type": "integer"
  58. },
  59. "quoteMoneySign": {
  60. "type": "text",
  61. "index": "not_analyzed"
  62. },
  63. "createMan": {
  64. "type": "text",
  65. "index": "not_analyzed"
  66. },
  67. "idProductType": {
  68. "type": "long"
  69. },
  70. "productName": {
  71. "type": "text",
  72. "index": "not_analyzed",
  73. "fields": {
  74. "raw": {
  75. "type": "keyword"
  76. }
  77. }
  78. },
  79. "createBy": {
  80. "type": "long"
  81. },
  82. "createTimeLong": {
  83. "type": "long"
  84. },
  85. "partList": {
  86. "type": "nested",
  87. "properties": {
  88. "idPart": {
  89. "type": "long"
  90. },
  91. "partName": {
  92. "type": "text",
  93. "analyzer": "index_ansj",
  94. "search_analyzer": "query_ansj",
  95. "fields": {
  96. "raw": {
  97. "type": "keyword"
  98. },
  99. "number": {
  100. "type": "text",
  101. "index": "analyzed",
  102. "analyzer": "number_analyzer"
  103. },
  104. "letter": {
  105. "type": "text",
  106. "index": "analyzed",
  107. "analyzer": "letter_analyzer"
  108. }
  109. }
  110. },
  111. "paramValueList": {
  112. "type": "nested",
  113. "properties": {
  114. "idParameter": {
  115. "type": "long"
  116. },
  117. "idPartInfo": {
  118. "type": "long"
  119. },
  120. "idProduct": {
  121. "type": "long"
  122. },
  123. "paramValue": {
  124. "type": "text",
  125. "index": "not_analyzed"
  126. },
  127. "paramDisplay": {
  128. "type": "text",
  129. "index": "not_analyzed"
  130. }
  131. }
  132. }
  133. }
  134. }
  135. }
  136. }
  137. }