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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,8 +147,8 @@ var response = client.Search<Tweet>(request);
147
147
NEST also includes and exposes the low-level [Elasticsearch.Net](https://github.com/elasticsearch/elasticsearch-net/tree/develop/src/Elasticsearch.Net) client that you can fall back to incase anything is missing:
148
148
149
149
```csharp
150
-
//.Raw is of type IRawElasticClient
151
-
varresponse=client.Raw.SearchPost("myindex","elasticsearchprojects", new
150
+
//.LowLevel is of type IElasticLowLevelClient
151
+
varresponse=client.LowLevel.SearchPost("myindex","elasticsearchprojects", new
0 commit comments