Commit cff5e86ff12b33b782021f98c5fc691a4286b137

Authored by tangwang
1 parent 3652f85f

reindex

a.sh deleted
... ... @@ -1 +0,0 @@
1   -curl -X POST "http://localhost:6004/indexer/reindex" -H "Content-Type: application/json" -d '{"tenant_id":"162","batch_size":500}'
config/config.yaml
... ... @@ -172,3 +172,7 @@ tenant_config:
172 172 primary_language: "zh"
173 173 translate_to_en: false
174 174 translate_to_zh: false
  175 + "170":
  176 + primary_language: "en"
  177 + translate_to_en: true
  178 + translate_to_zh: true
... ...
docs/索引数据接口文档.md renamed to docs/索引数据接口文档___old.md
full_bulk.sh 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +#curl -X POST "http://localhost:6004/indexer/reindex" -H "Content-Type: application/json" -d '{"tenant_id":"162","batch_size":500}'
  2 +curl -X POST "http://localhost:6004/indexer/reindex" -H "Content-Type: application/json" -d '{"tenant_id":"170","batch_size":500}'
... ...