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
### [Full documentation at https://www.elastic.co/guide/en/elasticsearch/client/net-api/current](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html)
61
63
62
64
## Upgrading
63
65
@@ -71,7 +73,7 @@ Take a look at the [blog post for details around the evolution of NEST 2.x](http
71
73
72
74
Take a look at the [blog post for the release of NEST 5.x](https://www.elastic.co/blog/nest-5-0-released), in addition to the list of breaking changes for [NEST](https://github.com/elastic/elasticsearch-net/blob/master/docs/5.0-breaking-changes/nest-breaking-changes.md) and [Elasticsearch.Net](https://github.com/elastic/elasticsearch-net/blob/master/docs/5.0-breaking-changes/elasticsearch-net-breaking-changes.md).
NEST is the official high-level .NET client of [Elasticsearch](https://github.com/elasticsearch/elasticsearch). It aims to be a solid, strongly typed client with a very concise API.
77
79
@@ -200,9 +202,9 @@ var response = client.LowLevel.SearchPost("myindex","elasticsearchprojects", new
200
202
});
201
203
```
202
204
203
-
#### [Read the full documentation here](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html)
205
+
#### [Full documentation at https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/nest.html](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/nest.html)
204
206
205
-
#[Elasticsearch.Net](src/Elasticsearch.Net)
207
+
#[Elasticsearch.Net](src/Elasticsearch.Net)
206
208
207
209
A low-level, dependency free, client that has no opinions how you build and represent your requests and responses.
This will execute the same request, but this time `myJson` will be serialized by the registered `ISerializer`.
279
281
282
+
#### [Full documentation at https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/elasticsearch-net.html](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/elasticsearch-net.html)
283
+
280
284
## Contributing
281
285
282
286
[Pull requests](https://github.com/elastic/elasticsearch-net/pulls) and [issues](https://github.com/elastic/elasticsearch-net/issues) are very much welcomed and appreciated. If you'd like to report a bug or submit a feature/bug fix then please read our [contributing guide](contributing.md) first!
0 commit comments