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
Repository for **Elastic.Clients.Elasticsearch** the official .NET client for [Elasticsearch](https://github.com/elastic/elasticsearch). *Older branches include both previous clients, **NEST** and **Elasticsearch.Net**.*
2
2
3
-
The .NET client for Elasticsearch provides strongly typed requests and responses for Elasticsearch APIs. It delegates protocol handling to the [Elastic.Transport](https://github.com/elastic/elastic-transport-net) library, which takes care of all transport-level concerns (HTTP connection establishment and pooling, retries, etc.).
3
+
The .NET client for Elasticsearch provides strongly typed requests and responses
4
+
for Elasticsearch APIs. It delegates protocol handling to the
which takes care of all transport-level concerns (HTTP connection establishment
7
+
and pooling, retries, etc.).
4
8
5
9
## Compatibility
6
10
7
-
Language clients are forward compatible; meaning that clients support communicating with greater or equal minor versions of Elasticsearch. Elasticsearch language clients are only backwards compatible with default distributions and without guarantees made.
11
+
Language clients are forward compatible; meaning that clients support
12
+
communicating with greater or equal minor versions of Elasticsearch.
13
+
Elasticsearch language clients are only backwards compatible with default
14
+
distributions and without guarantees made.
8
15
9
-
## Versions
16
+
## Installation
10
17
11
-
### Elasticsearch 8.x Clusters
18
+
Refer to the [Installation section](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/getting-started-net.html#_installation)
19
+
of the getting started documentation.
12
20
13
-
We have released the next generation of the .NET client for Elasticsearch, which aligns with v8 of Elasticsearch. We have renamed this library `Elastic.Clients.Elasticsearch`, and the packages are published on [NuGet](https://www.nuget.org/packages/Elastic.Clients.Elasticsearch/). The 8.0.x versions do not offer complete
14
-
feature parity with the existing `NEST` client. We therefore recommend you thoroughly review our [release notes and migration guidance](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/release-notes-8.0.0.html) before attempting to migrate existing applications to the `Elastic.Clients.Elasticsearch` library.
21
+
## Connecting
15
22
16
-
Until the new client supports all endpoints and features your application requires, you may continue to use the latest `7.17.x` client to communicate with Elasticsearch v8 servers. Please review [our documentation](https://www.elastic.co/guide/en/elasticsearch/client/net-api/7.17/connecting-to-elasticsearch-v8.html), which describes how to enable compatibility mode and secure communications with a v8 cluster.
23
+
Refer to the [Connecting section](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/getting-started-net.html#_connecting)
24
+
of the getting started documentation.
17
25
18
-
### Elasticsearch 7.x Clusters
26
+
##Usage
19
27
20
-
We recommend using the latest `7.17.x`[NEST client](https://www.nuget.org/packages/Nest) to communicate with Elasticsearch v7 servers.
28
+
-[Creating an index](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/getting-started-net.html#_creating_an_index)
29
+
-[Indexing a document](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/getting-started-net.html#_indexing_documents)
-[Deleting an index](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/getting-started-net.html#_deleting_an_index)
21
35
22
36
## Documentation
23
37
24
-
Please refer to [the full documentation on elastic.co](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html) for comprehensive information on installation, configuration and usage.
38
+
Please refer to
39
+
[the full documentation on elastic.co](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html)
40
+
for comprehensive information on installation, configuration and usage.
41
+
42
+
## Versions
43
+
44
+
### Elasticsearch 8.x Clusters
45
+
46
+
We have released the next generation of the .NET client for Elasticsearch, which
47
+
aligns with v8 of Elasticsearch. We have renamed this library
48
+
`Elastic.Clients.Elasticsearch`, and the packages are published on
49
+
[NuGet](https://www.nuget.org/packages/Elastic.Clients.Elasticsearch/). The
50
+
8.0.x versions do not offer complete feature parity with the existing `NEST`
51
+
client. We therefore recommend you thoroughly review our
52
+
[release notes and migration guidance](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/release-notes-8.0.0.html)
53
+
before attempting to migrate existing applications to the
54
+
`Elastic.Clients.Elasticsearch` library.
55
+
56
+
Until the new client supports all endpoints and features your application
57
+
requires, you may continue to use the latest `7.17.x` client to communicate with
0 commit comments