Elasticsearch API CRUD, data transfers, indexing and simple search for nested, child/parent or simple documents, easy usage KISS.
Info
Version: | 2.4.1.1 |
Author(s): | damienbod |
Last Update: | Sunday, October 23, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://damienbod.com/2014/09/22/elasticsearch-crud-net-provider/ |
NuGet Url: | https://www.nuget.org/packages/ElasticsearchCRUD |
Install
Install-Package ElasticsearchCRUD
dotnet add package ElasticsearchCRUD
paket add ElasticsearchCRUD
ElasticsearchCRUD Download (Unzip the "nupkg" after downloading)
Dependencies
- System.ComponentModel.Annotations(>= 4.1.0)
- Newtonsoft.Json(>= 9.0.1)
- System.Net.Http(>= 4.1.0)
- System.Reflection.TypeExtensions(>= 4.1.0)
- System.Console(>= 4.0.0)
- System.Diagnostics.TraceSource(>= 4.0.0)
Tags