orderStockItem.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "orderstockitem": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "orderCode": {
  14. "type": "text",
  15. "analyzer": "codefull_analyzer",
  16. "fields": {
  17. "raw": {
  18. "type": "keyword"
  19. }
  20. }
  21. },
  22. "printBillCode": {
  23. "type": "text",
  24. "analyzer": "codefull_analyzer",
  25. "fields": {
  26. "raw": {
  27. "type": "keyword"
  28. }
  29. }
  30. },
  31. "idClient": {
  32. "type": "long"
  33. },
  34. "clientName": {
  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. "orderQty": {
  55. "type": "double"
  56. },
  57. "totalBoxCount": {
  58. "type": "integer"
  59. },
  60. "stockCount": {
  61. "type": "integer"
  62. },
  63. "boxCount": {
  64. "type": "integer"
  65. },
  66. "boxDesc": {
  67. "type": "text",
  68. "index": "not_analyzed"
  69. },
  70. "itemPrint": {
  71. "type": "integer"
  72. },
  73. "idPrintBoxMan": {
  74. "type": "long"
  75. },
  76. "printBoxMan": {
  77. "type": "text",
  78. "index": "not_analyzed"
  79. },
  80. "idInStockMan": {
  81. "type": "long"
  82. },
  83. "inStockMan": {
  84. "type": "text",
  85. "index": "not_analyzed"
  86. },
  87. "inStockCode": {
  88. "type": "text",
  89. "index": "not_analyzed"
  90. },
  91. "idStockPlace": {
  92. "type": "text",
  93. "index": "not_analyzed"
  94. },
  95. "stockPlace": {
  96. "type": "text",
  97. "index": "not_analyzed",
  98. "fields": {
  99. "raw": {
  100. "type": "keyword"
  101. }
  102. }
  103. },
  104. "itemState": {
  105. "type": "long"
  106. },
  107. "voidFlag": {
  108. "type": "integer"
  109. },
  110. "createBy": {
  111. "type": "long"
  112. },
  113. "createTimeLong": {
  114. "type": "long"
  115. },
  116. "updateBy": {
  117. "type": "long"
  118. },
  119. "updateTimeLong": {
  120. "type": "long"
  121. }
  122. }
  123. }
  124. }