logisticsInfo.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idLogisticType": {
  8. "type": "long"
  9. },
  10. "logisticTypeName": {
  11. "type": "text",
  12. "index": "not_analyzed"
  13. },
  14. "idShipArea": {
  15. "type": "long"
  16. },
  17. "shipArea": {
  18. "type": "text",
  19. "index": "not_analyzed"
  20. },
  21. "logisticCode": {
  22. "type": "text",
  23. "index": "analyzed",
  24. "analyzer": "codefull_analyzer",
  25. "fields": {
  26. "raw": {
  27. "type": "keyword"
  28. }
  29. }
  30. },
  31. "logisticName": {
  32. "type": "text",
  33. "analyzer": "index_ansj",
  34. "search_analyzer": "query_ansj",
  35. "fields": {
  36. "raw": {
  37. "type": "keyword"
  38. },
  39. "number": {
  40. "type": "text",
  41. "index": "analyzed",
  42. "analyzer": "number_analyzer"
  43. },
  44. "letter": {
  45. "type": "text",
  46. "index": "analyzed",
  47. "analyzer": "letter_analyzer"
  48. }
  49. }
  50. },
  51. "contactMan": {
  52. "type": "text",
  53. "index": "not_analyzed"
  54. },
  55. "contactPhone": {
  56. "type": "text",
  57. "index": "analyzed",
  58. "analyzer": "codefull_analyzer",
  59. "fields": {
  60. "raw": {
  61. "type": "keyword"
  62. }
  63. }
  64. },
  65. "carNumber": {
  66. "type": "text",
  67. "index": "not_analyzed"
  68. },
  69. "quoteScriptUrl": {
  70. "type": "text",
  71. "index": "not_analyzed"
  72. },
  73. "expressInvokeCode": {
  74. "type": "text",
  75. "index": "not_analyzed"
  76. },
  77. "printLabelFr3": {
  78. "type": "text",
  79. "index": "not_analyzed"
  80. },
  81. "voidFlag": {
  82. "type": "long"
  83. },
  84. "createBy": {
  85. "type": "long"
  86. },
  87. "createTime": {
  88. "type": "long"
  89. },
  90. "createTimeLong": {
  91. "type": "long"
  92. },
  93. "updateBy": {
  94. "type": "long"
  95. },
  96. "updateTime": {
  97. "type": "long"
  98. },
  99. "updateTimeLong": {
  100. "type": "long"
  101. },
  102. "idProductRoom": {
  103. "type": "long"
  104. }
  105. }
  106. }
  107. }