FloES 1.4.8
dotnet add package FloES --version 1.4.8
NuGet\Install-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"
// Install FloES as a Cake Addin #addin nuget:?package=FloES&version=1.4.8 // Install FloES as a Cake Tool #tool nuget:?package=FloES&version=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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.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)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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