outassistinfo.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "assistType": {
  8. "type": "long"
  9. },
  10. "workType": {
  11. "type": "text",
  12. "index": "not_analyzed"
  13. },
  14. "workQuality": {
  15. "type": "text",
  16. "index": "not_analyzed"
  17. },
  18. "settleType": {
  19. "type": "text",
  20. "index": "not_analyzed"
  21. },
  22. "outAssistName": {
  23. "type": "text",
  24. "index": "not_analyzed",
  25. "fields": {
  26. "raw": {
  27. "type": "keyword"
  28. }
  29. }
  30. },
  31. "contactMan": {
  32. "type": "text",
  33. "index": "not_analyzed"
  34. },
  35. "contactPhone": {
  36. "type": "text",
  37. "index": "analyzed",
  38. "analyzer": "codefull_analyzer",
  39. "fields": {
  40. "raw": {
  41. "type": "keyword"
  42. }
  43. }
  44. },
  45. "outAssistCode": {
  46. "type": "text",
  47. "index": "analyzed",
  48. "analyzer": "codefull_analyzer",
  49. "fields": {
  50. "raw": {
  51. "type": "keyword"
  52. }
  53. }
  54. },
  55. "province": {
  56. "type": "text",
  57. "index": "not_analyzed"
  58. },
  59. "city": {
  60. "type": "text",
  61. "index": "not_analyzed"
  62. },
  63. "area": {
  64. "type": "text",
  65. "index": "not_analyzed"
  66. },
  67. "address": {
  68. "type": "text",
  69. "index": "not_analyzed"
  70. },
  71. "remark": {
  72. "type": "text",
  73. "index": "not_analyzed"
  74. },
  75. "factorySyncKey": {
  76. "type": "text",
  77. "index": "not_analyzed"
  78. },
  79. "contractUrl": {
  80. "type": "text",
  81. "index": "not_analyzed"
  82. },
  83. "dataBaseAlias": {
  84. "type": "text",
  85. "index": "not_analyzed"
  86. },
  87. "shardingKey": {
  88. "type": "text",
  89. "index": "not_analyzed"
  90. },
  91. "enable": {
  92. "type": "long"
  93. },
  94. "submitOnAllocation": {
  95. "type": "integer"
  96. },
  97. "sortIndex": {
  98. "type": "integer"
  99. },
  100. "capacity": {
  101. "type": "long"
  102. },
  103. "needPackMaterial": {
  104. "type": "integer"
  105. },
  106. "createBy": {
  107. "type": "long"
  108. },
  109. "createTime": {
  110. "type": "long"
  111. },
  112. "createTimeLong": {
  113. "type": "long"
  114. },
  115. "updateBy": {
  116. "type": "long"
  117. },
  118. "updateTime": {
  119. "type": "long"
  120. },
  121. "updateTimeLong": {
  122. "type": "long"
  123. }
  124. }
  125. }
  126. }