FloES 1.4.8
FloES is a generic wrapper for common Elasticsearch operations, such as writing, finding, searching, listing and paginating documents. Uses Nest & Elasticsearch.Net.AWS, and includes ILogger support
Install-Package FloES -Version 1.4.8
dotnet add package FloES --version 1.4.8
<PackageReference Include="FloES" Version="1.4.8" />
paket add FloES --version 1.4.8
#r "nuget: FloES, 1.4.8"
Release Notes
1.4.8: Dependencies updated (Nest, Elasticsearch.Net, etc.)
1.4.7: Fixed generics implementation and introduced IMemoryCache integration
1.4.6: Fixed a bug with sorting strings (will use .keyword suffix now)
1.4.5: Newer C# 7.0 tuples
1.4.3: Better error logging
1.4.2: Pagination bugs fixed
1.4.0: Sorting & filtering introduced + large refactoring/simplification
Dependencies
-
.NETCoreApp 3.1
- Elasticsearch.Net (>= 7.9.0)
- Elasticsearch.Net.Aws (>= 7.0.5)
- Microsoft.Extensions.Caching.Memory (>= 3.1.8)
- NEST (>= 7.9.0)
- NEST.JsonNetSerializer (>= 7.9.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.