You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.asciidoc
+11-6
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,14 @@ This page shows you how to install the .NET client for {es}.
5
5
6
6
IMPORTANT: The v8 client for .NET does not have complete feature parity with
7
7
the v7 `NEST` client. It may not be suitable for for all applications until
8
-
additional endpoints and features are supported. We therefore recommend you thoroughly review our <<release-notes,release notes>> before attempting to migrate existing applications to the `Elastic.Clients.Elasticsearch` library. Until the new client supports all endpoints and features your application requires,
9
-
you may continue to use the 7.17.x release of the client to communicate with v8
10
-
Elasticsearch servers using compatibility mode. Refer to the
11
-
https://www.elastic.co/guide/en/elasticsearch/client/net-api/7.17/connecting-to-elasticsearch-v8.html[Connecting to Elasticsearch v8.x using the v7.17.x client documentation] for guidance on configuring the 7.17.x client.
8
+
additional endpoints and features are supported. We therefore recommend you thoroughly
9
+
review our <<release-notes,release notes>> before attempting to migrate
10
+
existing applications to the `Elastic.Clients.Elasticsearch` library.
11
+
Until the new client supports all endpoints and features your application requires,
12
+
you may continue to use the 7.17.x https://www.nuget.org/packages/NEST[NEST] client
13
+
to communicate with v8 Elasticsearch servers using compatibility mode. Refer to the
14
+
https://www.elastic.co/guide/en/elasticsearch/client/net-api/7.17/connecting-to-elasticsearch-v8.html[Connecting to Elasticsearch v8.x using the v7.17.x client documentation]
0 commit comments