Authored by 胡古飞

二手列表搜索索引格式优化

@@ -51,6 +51,16 @@ @@ -51,6 +51,16 @@
51 "showChannel": { 51 "showChannel": {
52 "type": "text", 52 "type": "text",
53 "analyzer": "comma_spliter" 53 "analyzer": "comma_spliter"
  54 + },
  55 + "poolIds": {
  56 + "type": "text",
  57 + "analyzer": "comma_spliter"
  58 + },
  59 + "brandId": {
  60 + "type": "integer"
  61 + },
  62 + "gender": {
  63 + "type": "keyword"
54 } 64 }
55 } 65 }
56 } 66 }