supplierinfo.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "supplierName": {
  8. "type": "text",
  9. "analyzer": "index_ansj",
  10. "search_analyzer": "query_ansj",
  11. "fields": {
  12. "raw": {
  13. "type": "keyword"
  14. },
  15. "number": {
  16. "type": "text",
  17. "index": "analyzed",
  18. "analyzer": "number_analyzer"
  19. },
  20. "letter": {
  21. "type": "text",
  22. "index": "analyzed",
  23. "analyzer": "letter_analyzer"
  24. }
  25. }
  26. },
  27. "supplierCode": {
  28. "type": "text",
  29. "index": "analyzed",
  30. "analyzer": "codefull_analyzer",
  31. "fields": {
  32. "raw": {
  33. "type": "keyword"
  34. }
  35. }
  36. },
  37. "supplierKind": {
  38. "type": "integer"
  39. },
  40. "supplierType": {
  41. "type": "text",
  42. "index": "not_analyzed"
  43. },
  44. "supplierContent": {
  45. "type": "text",
  46. "index": "not_analyzed"
  47. },
  48. "factoryAddress": {
  49. "type": "text",
  50. "index": "not_analyzed"
  51. },
  52. "createMan": {
  53. "type": "text",
  54. "index": "not_analyzed"
  55. },
  56. "settleKind": {
  57. "type": "text",
  58. "index": "not_analyzed"
  59. },
  60. "remark": {
  61. "type": "text",
  62. "index": "not_analyzed"
  63. },
  64. "shortPinyin": {
  65. "type": "text",
  66. "index": "not_analyzed"
  67. },
  68. "principal": {
  69. "type": "text",
  70. "index": "not_analyzed"
  71. },
  72. "linkMan": {
  73. "type": "text",
  74. "index": "not_analyzed"
  75. },
  76. "linkPhone": {
  77. "type": "text",
  78. "index": "analyzed",
  79. "analyzer": "codefull_analyzer",
  80. "fields": {
  81. "raw": {
  82. "type": "keyword"
  83. }
  84. }
  85. },
  86. "voidFlag": {
  87. "type": "integer"
  88. },
  89. "createBy": {
  90. "type": "long"
  91. },
  92. "createTimeLong": {
  93. "type": "long"
  94. },
  95. "updateBy": {
  96. "type": "long"
  97. },
  98. "updateTimeLong": {
  99. "type": "long"
  100. }
  101. }
  102. }
  103. }