clientreceiveaddress.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idClient": {
  8. "type": "long"
  9. },
  10. "receiveMan": {
  11. "type": "text",
  12. "index": "not_analyzed"
  13. },
  14. "receivePhone": {
  15. "type": "text",
  16. "index": "not_analyzed"
  17. },
  18. "province": {
  19. "type": "text",
  20. "index": "not_analyzed"
  21. },
  22. "city": {
  23. "type": "text",
  24. "index": "not_analyzed"
  25. },
  26. "area": {
  27. "type": "text",
  28. "index": "not_analyzed"
  29. },
  30. "address": {
  31. "type": "text",
  32. "index": "not_analyzed"
  33. },
  34. "coordinate": {
  35. "type": "text",
  36. "index": "not_analyzed"
  37. },
  38. "defaultFlag": {
  39. "type": "long"
  40. },
  41. "addressRSFlag": {
  42. "type": "long"
  43. },
  44. "idLogistics": {
  45. "type": "long"
  46. },
  47. "logisticsName": {
  48. "type": "text",
  49. "analyzer": "index_ansj",
  50. "search_analyzer": "query_ansj",
  51. "fields": {
  52. "raw": {
  53. "type": "keyword"
  54. },
  55. "number": {
  56. "type": "text",
  57. "index": "analyzed",
  58. "analyzer": "number_analyzer"
  59. },
  60. "letter": {
  61. "type": "text",
  62. "index": "analyzed",
  63. "analyzer": "letter_analyzer"
  64. }
  65. }
  66. },
  67. "createBy": {
  68. "type": "long"
  69. },
  70. "createTime": {
  71. "type": "long"
  72. },
  73. "createTimeLong": {
  74. "type": "long"
  75. },
  76. "updateBy": {
  77. "type": "long"
  78. },
  79. "updateTime": {
  80. "type": "long"
  81. },
  82. "updateTimeLong": {
  83. "type": "long"
  84. }
  85. }
  86. }
  87. }