clientinfo.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idIndustry": {
  8. "type": "long"
  9. },
  10. "industryName": {
  11. "type": "text",
  12. "index": "not_analyzed"
  13. },
  14. "clientName": {
  15. "type": "text",
  16. "analyzer": "index_ansj",
  17. "search_analyzer": "query_ansj",
  18. "fields": {
  19. "raw": {
  20. "type": "keyword"
  21. },
  22. "raw2": {
  23. "type": "text",
  24. "index": "analyzed",
  25. "analyzer": "keywordignorespace_analyzer"
  26. },
  27. "number": {
  28. "type": "text",
  29. "index": "analyzed",
  30. "analyzer": "number_analyzer"
  31. },
  32. "letter": {
  33. "type": "text",
  34. "index": "analyzed",
  35. "analyzer": "letter_analyzer"
  36. }
  37. }
  38. },
  39. "contactMan": {
  40. "type": "text",
  41. "index": "not_analyzed"
  42. },
  43. "contactPhone": {
  44. "type": "text",
  45. "index": "analyzed",
  46. "analyzer": "codefull_analyzer",
  47. "fields": {
  48. "raw": {
  49. "type": "keyword"
  50. }
  51. }
  52. },
  53. "clientCode": {
  54. "type": "text",
  55. "index": "analyzed",
  56. "analyzer": "codefull_analyzer",
  57. "fields": {
  58. "raw": {
  59. "type": "keyword"
  60. }
  61. }
  62. },
  63. "province": {
  64. "type": "text",
  65. "index": "not_analyzed"
  66. },
  67. "city": {
  68. "type": "text",
  69. "index": "not_analyzed"
  70. },
  71. "area": {
  72. "type": "text",
  73. "index": "not_analyzed"
  74. },
  75. "address": {
  76. "type": "text",
  77. "index": "not_analyzed"
  78. },
  79. "clientFrom": {
  80. "type": "long"
  81. },
  82. "overdraftQuota": {
  83. "type": "long"
  84. },
  85. "idLevel": {
  86. "type": "long"
  87. },
  88. "levelName": {
  89. "type": "text",
  90. "index": "not_analyzed"
  91. },
  92. "idSalesManBelong": {
  93. "type": "long"
  94. },
  95. "salesManNameBelong": {
  96. "type": "text",
  97. "index": "not_analyzed"
  98. },
  99. "enable": {
  100. "type": "long"
  101. },
  102. "createBy": {
  103. "type": "long"
  104. },
  105. "createTime": {
  106. "type": "long"
  107. },
  108. "createTimeLong": {
  109. "type": "long"
  110. },
  111. "updateBy": {
  112. "type": "long"
  113. },
  114. "updateTime": {
  115. "type": "long"
  116. },
  117. "updateTimeLong": {
  118. "type": "long"
  119. },
  120. "signKey": {
  121. "type": "keyword"
  122. },
  123. "dutyMan": {
  124. "type": "text",
  125. "index": "not_analyzed",
  126. "fields": {
  127. "raw": {
  128. "type": "keyword"
  129. }
  130. }
  131. },
  132. "againstFlag": {
  133. "type": "long"
  134. },
  135. "dropShippingFlag": {
  136. "type": "long"
  137. }
  138. }
  139. }
  140. }