CurryOn.Elastic.FSharp
0.1.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CurryOn.Elastic.FSharp --version 0.1.3
NuGet\Install-Package CurryOn.Elastic.FSharp -Version 0.1.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CurryOn.Elastic.FSharp" Version="0.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CurryOn.Elastic.FSharp --version 0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CurryOn.Elastic.FSharp, 0.1.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CurryOn.Elastic.FSharp as a Cake Addin #addin nuget:?package=CurryOn.Elastic.FSharp&version=0.1.3 // Install CurryOn.Elastic.FSharp as a Cake Tool #tool nuget:?package=CurryOn.Elastic.FSharp&version=0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CurryOn.Elastic.FSharp
An F#-idiomatic Library for Elasticsearch, including a representation of the Elasticsearch Query Model as Discriminated Unions, and F# modules for indexing documents as well as creating and maintaining indexes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- CurryOn.FSharp.Control (>= 0.1.2)
- Elasticsearch.Net (>= 5.6.0)
- FSharp.Quotations.Evaluator (>= 1.0.7)
- NEST (>= 5.6.0)
- Newtonsoft.Json (>= 10.0.1)
- System.ValueTuple (>= 4.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CurryOn.Elastic.FSharp:
Package | Downloads |
---|---|
CurryOn.Akka.Persistence.Elasticsearch
Akka.net Persistence Plug-in for Elasticsearch. Includes Event Journal, Snapshot Store, and Query Read Journal. |
|
CurryOn.Akka.Persistence.Streaming
Framework for creating Akka.net Persistence Plug-Ins based on Stream data-stores. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed RetryOnConflict setting for Update operations.