Изменения документа OpenSearch for .NET
Редактировал(а) Alexandr Fokin 2023/12/17 11:29
<
отредактировано Alexandr Fokin
на 2023/12/17 11:22
на 2023/12/17 11:22
отредактировано Alexandr Fokin
на 2023/12/17 11:29
на 2023/12/17 11:29
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,8 +1,8 @@ 1 -|(% style="width:1 97px" %) |(% style="width:1144px" %).NET clients1 +|(% style="width:173px" %) |(% style="width:1077px" %).NET clients 2 2 [[https:~~/~~/opensearch.org/docs/latest/clients/dot-net/>>https://opensearch.org/docs/latest/clients/dot-net/]]|(% style="width:250px" %) 3 -|(% style="width:1 97px" %) |(% style="width:1144px" %)[[Open Search>>doc:Разработка.Базы данных.NoSQL.Документоориентированная структура.Open Search.WebHome]]|(% style="width:250px" %)4 -|(% style="width:1 97px" %) |(% style="width:1144px" %) |(% style="width:250px" %)5 -|(% style="width:1 97px" %) |(% style="width:1144px" %){{code language="c#"}}var node = new Uri("https://<ip>:<port>");3 +|(% style="width:173px" %) |(% style="width:1077px" %)[[Open Search>>doc:Разработка.Базы данных.NoSQL.Документоориентированная структура.Open Search.WebHome]]|(% style="width:250px" %) 4 +|(% style="width:173px" %) |(% style="width:1077px" %) |(% style="width:250px" %) 5 +|(% style="width:173px" %)Простое подключение|(% style="width:1077px" %){{code language="c#"}}var node = new Uri("https://<ip>:<port>"); 6 6 var config = new ConnectionSettings(node) 7 7 .BasicAuthentication("admin", "admin") 8 8 .DefaultIndex("students")