Unofficial low-level .Net client for Elasticsearch built from the REST API spec and HttpClient.
Info
Version: | 6.0.0-beta2 |
Author(s): | Ross Brower |
Last Update: | Wednesday, September 13, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rossbrower/elasticsearch-client |
NuGet Url: | https://www.nuget.org/packages/ElasticsearchClient |
Install
Install-Package ElasticsearchClient
dotnet add package ElasticsearchClient
paket add ElasticsearchClient
ElasticsearchClient Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- NETStandard.Library(>= 1.6.1)
- System.IO(>= 4.3.0)
- System.Linq(>= 4.3.0)
- System.Net.Http(>= 4.3.2)
- System.Runtime.Extensions(>= 4.3.0)
- System.Threading(>= 4.3.0)
- System.Threading.Tasks(>= 4.3.0)
Tags