Commit cff5e86ff12b33b782021f98c5fc691a4286b137
1 parent
3652f85f
reindex
Showing
4 changed files
with
6 additions
and
1 deletions
Show diff stats
a.sh deleted
| @@ -1 +0,0 @@ | @@ -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,3 +172,7 @@ tenant_config: | ||
| 172 | primary_language: "zh" | 172 | primary_language: "zh" |
| 173 | translate_to_en: false | 173 | translate_to_en: false |
| 174 | translate_to_zh: false | 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
| @@ -0,0 +1,2 @@ | @@ -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}' |