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: readme.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
Repository for both the offical low level client `Elasticsearch.Net` as the high level opiniated `NEST` client.
3
2
4
3
#[Elasticsearch.Net](src/Elasticsearch.Net)
@@ -12,11 +11,11 @@ Repository for both the offical low level client `Elasticsearch.Net` as the high
12
11
*
13
12
[Read more here](src/Elasticsearch.Net)
14
13
15
-
#[NEST](src/NEST)
14
+
#[NEST](tree/master/src/Nest#nest-)
16
15
* High level client that internally uses the low level client.
17
16
* Maps requests and response to strongly typed objects with a fluent interface to build them.
18
17
* Comes with a very powerful query dsl thats maps one-to-one with Elasticsearch.
19
18
* Takes advantage of .NET features where they make sense (i.e: covariant `IEnumerable<T>` result types, inferring typenames and indexnames automatically)
0 commit comments