turn on reference issue indexing and switch to java index

This commit is contained in:
Liudmila Molkova 2024-03-19 12:44:00 -07:00
Родитель 0007da19f0
Коммит ac553163d4
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -45,7 +45,7 @@ dotnet run --command index --language java --mode reference-issues
dotnet run --command index --language java --mode docs --path c:\repo\azure-sdk-for-java\sdk
```
> Note: when indexing data, existing index with provided name is deleted first. If you want to preserve the index, pass `--delete_index false`
> Note: when indexing data, existing index with provided name is deleted first. If you want to preserve the index, pass `--keep-index`
You can always get cli help with `dotnet run -- -h`

Просмотреть файл

@ -15,6 +15,6 @@
},
"Search": {
"Endpoint": "https://lim-knowledge-base-search.search.windows.net",
"IndexName": "dotnet-issues-vector"
"IndexName": "java-vector"
}
}