ElasticsearchCRUD 1.0.8
See the version list below for details.
dotnet add package ElasticsearchCRUD --version 1.0.8
NuGet\Install-Package ElasticsearchCRUD -Version 1.0.8
<PackageReference Include="ElasticsearchCRUD" Version="1.0.8" />
paket add ElasticsearchCRUD --version 1.0.8
#r "nuget: ElasticsearchCRUD, 1.0.8"
// Install ElasticsearchCRUD as a Cake Addin #addin nuget:?package=ElasticsearchCRUD&version=1.0.8 // Install ElasticsearchCRUD as a Cake Tool #tool nuget:?package=ElasticsearchCRUD&version=1.0.8
Elasticsearch simple CRUD operations
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 6.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ElasticsearchCRUD:
Repository | Stars |
---|---|
damienbod/ElasticsearchCRUD
Elasticsearch .NET netstandard API
|
Version | Downloads | Last updated |
---|---|---|
2.4.1.1 | 28,645 | 10/23/2016 |
2.3.3.1 | 2,898 | 6/30/2016 |
2.3.3.1-beta2 | 2,071 | 6/30/2016 |
2.3.3.1-beta1 | 1,892 | 6/29/2016 |
2.3.1.1-RC2 | 1,925 | 5/20/2016 |
2.0.2.1-rc1 | 2,483 | 11/20/2015 |
2.0.0 | 4,626 | 11/16/2015 |
2.0.0-beta8 | 2,158 | 11/17/2015 |
1.0.29.2 | 4,246 | 3/16/2015 |
1.0.29 | 2,858 | 2/13/2015 |
1.0.28 | 2,436 | 2/10/2015 |
1.0.27 | 2,165 | 2/7/2015 |
1.0.26 | 2,350 | 1/24/2015 |
1.0.25 | 2,196 | 1/18/2015 |
1.0.24 | 2,419 | 1/5/2015 |
1.0.23 | 2,210 | 1/2/2015 |
1.0.22 | 2,430 | 12/15/2014 |
1.0.21.1 | 2,641 | 12/9/2014 |
1.0.20.1 | 2,330 | 11/28/2014 |
1.0.19 | 2,295 | 11/22/2014 |
1.0.18 | 2,201 | 11/21/2014 |
1.0.17 | 2,468 | 11/14/2014 |
1.0.16 | 2,683 | 11/9/2014 |
1.0.14 | 2,459 | 11/6/2014 |
1.0.13 | 2,774 | 11/5/2014 |
1.0.12 | 3,336 | 10/31/2014 |
1.0.10 | 2,152 | 10/25/2014 |
1.0.9 | 2,154 | 10/22/2014 |
1.0.8 | 2,057 | 10/17/2014 |
1.0.7 | 2,227 | 10/12/2014 |
1.0.5 | 2,304 | 10/5/2014 |
1.0.4 | 2,085 | 10/2/2014 |
1.0.3 | 1,966 | 9/30/2014 |
1.0.2 | 2,037 | 9/27/2014 |
ElasticsearchCRUD : support for simple single Entity CRUD operations with bulk operations
========================
Version 1.0.8:
- Support Collection of Objects Property in entity as child documents
- Support Single Object Property in entity as child document
- Support Array of Objects Property in entity as child documents
- Add JsonIgnore Property Attribute for Elasticsearch
- Add Configuration/Mapping for child Object definition NESTED or document
- Bug Fix Only the first child object is processed if it is defined in a parent List
Documentation:
http://damienbod.wordpress.com/2014/09/22/elasticsearch-crud-net-provider/
Issues:
https://github.com/damienbod/ElasticsearchCRUD/issues
Code:
https://github.com/damienbod/ElasticsearchCRUD
NuGet Package:
ElasticsearchCRUD