Elasticsearch Bulk and Search is a high level library to make easy basic query operations (get, search and scroll) and index operations (single index or bulk), besides paging, sorting and query buider.
Info
Version: | 1.5.0 |
Author(s): | Thiago Barradas |
Last Update: | Tuesday, May 24, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ThiagoBarradas/elasticsearch-bulkandsearch-dotnet |
NuGet Url: | https://www.nuget.org/packages/Easy.Elasticsearch.BulkAndSearch |
Install
Install-Package Easy.Elasticsearch.BulkAndSearch
dotnet add package Easy.Elasticsearch.BulkAndSearch
paket add Easy.Elasticsearch.BulkAndSearch
Easy.Elasticsearch.BulkAndSearch Download (Unzip the "nupkg" after downloading)
Dependencies
- NEST(>= 6.8.3)
- NEST.JsonNetSerializer(>= 6.8.3)
- PackUtils(>= 1.2.1)
Tags