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
* High level client that internally uses the low level client.
16
16
* Maps requests and response to strongly typed objects with a fluent interface to build them.
17
17
* Comes with a very powerful query dsl thats maps one-to-one with Elasticsearch.
18
18
* Takes advantage of .NET features where they make sense (i.e: covariant `IEnumerable<T>` result types, inferring typenames and indexnames automatically)
19
19
* All calls have async variants
20
20
21
-
[Read more here](tree/master/src/Nest#nest-)
21
+
[Read more here](/elasticsearch/elasticsearch-net/tree/master/src/Nest#nest-)
0 commit comments