orderStockLabel.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "orderstocklabel": {
  3. "_parent": {
  4. "type": "orderstockitem"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrderStockItem": {
  11. "type": "long"
  12. },
  13. "idOrder": {
  14. "type": "long"
  15. },
  16. "labelState": {
  17. "type": "integer"
  18. },
  19. "labelQty": {
  20. "type": "double"
  21. },
  22. "labelCount": {
  23. "type": "integer"
  24. },
  25. "labelNum": {
  26. "type": "integer"
  27. },
  28. "idStockPlace": {
  29. "type": "text",
  30. "index": "not_analyzed"
  31. },
  32. "stockPlace": {
  33. "type": "text",
  34. "index": "not_analyzed",
  35. "fields": {
  36. "raw": {
  37. "type": "keyword"
  38. }
  39. }
  40. },
  41. "idSendBillItemLabel": {
  42. "type": "long"
  43. },
  44. "idSendBillItem": {
  45. "type": "long"
  46. },
  47. "idSendBill": {
  48. "type": "long"
  49. },
  50. "sendBillCode": {
  51. "type": "text",
  52. "analyzer": "codefull_analyzer",
  53. "fields": {
  54. "raw": {
  55. "type": "keyword"
  56. }
  57. }
  58. },
  59. "idLogistic": {
  60. "type": "long"
  61. },
  62. "logisticName": {
  63. "type": "text",
  64. "analyzer": "index_ansj",
  65. "search_analyzer": "query_ansj",
  66. "fields": {
  67. "raw": {
  68. "type": "keyword"
  69. },
  70. "number": {
  71. "type": "text",
  72. "index": "analyzed",
  73. "analyzer": "number_analyzer"
  74. },
  75. "letter": {
  76. "type": "text",
  77. "index": "analyzed",
  78. "analyzer": "letter_analyzer"
  79. }
  80. }
  81. },
  82. "logisticCode": {
  83. "type": "text",
  84. "analyzer": "codefull_analyzer",
  85. "fields": {
  86. "raw": {
  87. "type": "keyword"
  88. }
  89. }
  90. },
  91. "sendDateLong": {
  92. "type": "long"
  93. },
  94. "createBy": {
  95. "type": "long"
  96. },
  97. "createTimeLong": {
  98. "type": "long"
  99. },
  100. "updateBy": {
  101. "type": "long"
  102. },
  103. "updateTimeLong": {
  104. "type": "long"
  105. }
  106. }
  107. }
  108. }