orderCostItem.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "ordercostitem": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "costItemValue": {
  14. "type": "integer"
  15. },
  16. "costItemName": {
  17. "type": "text",
  18. "index": "not_analyzed",
  19. "fields": {
  20. "raw": {
  21. "type": "keyword"
  22. }
  23. }
  24. },
  25. "direction": {
  26. "type": "integer"
  27. },
  28. "machineUseMoney": {
  29. "type": "double"
  30. },
  31. "referenceId": {
  32. "type": "integer"
  33. },
  34. "referenceName": {
  35. "type": "text",
  36. "analyzer": "index_ansj",
  37. "search_analyzer": "query_ansj",
  38. "fields": {
  39. "raw": {
  40. "type": "keyword"
  41. },
  42. "number": {
  43. "type": "text",
  44. "index": "analyzed",
  45. "analyzer": "number_analyzer"
  46. },
  47. "letter": {
  48. "type": "text",
  49. "index": "analyzed",
  50. "analyzer": "letter_analyzer"
  51. }
  52. }
  53. },
  54. "mtRule": {
  55. "type": "keyword",
  56. "index": "not_analyzed",
  57. "fields": {
  58. "number": {
  59. "type": "text",
  60. "index": "analyzed",
  61. "analyzer": "number_analyzer"
  62. }
  63. }
  64. },
  65. "useQty": {
  66. "type": "double"
  67. },
  68. "price": {
  69. "type": "double"
  70. },
  71. "money": {
  72. "type": "double"
  73. },
  74. "idTeam": {
  75. "type": "long"
  76. },
  77. "teamName": {
  78. "type": "text",
  79. "index": "not_analyzed",
  80. "fields": {
  81. "raw": {
  82. "type": "keyword"
  83. }
  84. }
  85. },
  86. "memo": {
  87. "type": "text",
  88. "index": "not_analyzed"
  89. },
  90. "createMan": {
  91. "type": "text",
  92. "index": "not_analyzed"
  93. },
  94. "checkState": {
  95. "type": "integer"
  96. },
  97. "sortIndex": {
  98. "type": "integer"
  99. },
  100. "createBy": {
  101. "type": "long"
  102. },
  103. "createTimeLong": {
  104. "type": "long"
  105. },
  106. "updateBy": {
  107. "type": "long"
  108. },
  109. "updateTimeLong": {
  110. "type": "long"
  111. }
  112. }
  113. }
  114. }