ElasticSearchLite.NetCore
0.9.4
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 ElasticSearchLite.NetCore --version 0.9.4
NuGet\Install-Package ElasticSearchLite.NetCore -Version 0.9.4
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="ElasticSearchLite.NetCore" Version="0.9.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ElasticSearchLite.NetCore --version 0.9.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ElasticSearchLite.NetCore, 0.9.4"
#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 ElasticSearchLite.NetCore as a Cake Addin #addin nuget:?package=ElasticSearchLite.NetCore&version=0.9.4 // Install ElasticSearchLite.NetCore as a Cake Tool #tool nuget:?package=ElasticSearchLite.NetCore&version=0.9.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A simple .NET Core wrapper for ElasticSearch.Net
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 | netcoreapp1.1 is compatible. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 1.1
- Elasticsearch.Net (>= 5.4.0)
- Microsoft.NETCore.App (>= 1.1.2)
- Newtonsoft.Json (>= 10.0.3)
- System.ValueTuple (>= 4.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.1 | 1,534 | 6/11/2018 |
1.3.0.2 | 951 | 5/15/2018 |
1.3.0.1 | 912 | 5/14/2018 |
1.3.0 | 1,037 | 5/13/2018 |
1.2.2 | 1,215 | 12/2/2017 |
1.2.1.2 | 1,452 | 12/1/2017 |
1.2.1.1 | 1,121 | 11/20/2017 |
1.2.1 | 1,102 | 11/9/2017 |
1.2.0 | 1,049 | 10/13/2017 |
1.1.2 | 1,504 | 9/15/2017 |
1.1.1 | 1,140 | 9/10/2017 |
1.1.0.2 | 1,213 | 8/31/2017 |
1.1.0.1 | 1,116 | 8/30/2017 |
1.1.0 | 1,107 | 8/28/2017 |
1.0.7.1 | 1,148 | 8/25/2017 |
1.0.7 | 1,183 | 8/25/2017 |
1.0.6 | 1,135 | 8/17/2017 |
1.0.5.1 | 1,125 | 8/1/2017 |
1.0.5 | 1,143 | 8/1/2017 |
1.0.4 | 1,210 | 7/31/2017 |
1.0.3 | 1,215 | 7/27/2017 |
1.0.2 | 1,223 | 7/21/2017 |
1.0.1 | 1,146 | 7/19/2017 |
1.0.0 | 1,170 | 7/19/2017 |
0.9.9 | 1,268 | 7/11/2017 |
0.9.8 | 1,172 | 7/7/2017 |
0.9.7 | 1,088 | 7/5/2017 |
0.9.6 | 1,124 | 7/4/2017 |
0.9.5 | 1,175 | 6/29/2017 |
0.9.4 | 1,161 | 6/28/2017 |
0.9.3 | 1,218 | 6/2/2017 |
0.9.2 | 1,183 | 5/29/2017 |
0.9.1 | 1,137 | 5/23/2017 |
0.9.0 | 1,349 | 5/22/2017 |
Create API added.
Bool query support added.
Support for nested fields has been added.