ElasticSearchLite.NetCore
0.9.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 ElasticSearchLite.NetCore --version 0.9.3
NuGet\Install-Package ElasticSearchLite.NetCore -Version 0.9.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="ElasticSearchLite.NetCore" Version="0.9.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ElasticSearchLite.NetCore" Version="0.9.3" />
<PackageReference Include="ElasticSearchLite.NetCore" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ElasticSearchLite.NetCore --version 0.9.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ElasticSearchLite.NetCore, 0.9.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.
#:package ElasticSearchLite.NetCore@0.9.3
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ElasticSearchLite.NetCore&version=0.9.3
#tool nuget:?package=ElasticSearchLite.NetCore&version=0.9.3
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.2)
- 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,849 | 6/11/2018 |
1.3.0.2 | 1,151 | 5/15/2018 |
1.3.0.1 | 1,118 | 5/14/2018 |
1.3.0 | 1,339 | 5/13/2018 |
1.2.2 | 1,526 | 12/2/2017 |
1.2.1.2 | 1,762 | 12/1/2017 |
1.2.1.1 | 1,433 | 11/20/2017 |
1.2.1 | 1,413 | 11/9/2017 |
1.2.0 | 1,366 | 10/13/2017 |
1.1.2 | 1,818 | 9/15/2017 |
1.1.1 | 1,451 | 9/10/2017 |
1.1.0.2 | 1,517 | 8/31/2017 |
1.1.0.1 | 1,422 | 8/30/2017 |
1.1.0 | 1,416 | 8/28/2017 |
1.0.7.1 | 1,461 | 8/25/2017 |
1.0.7 | 1,497 | 8/25/2017 |
1.0.6 | 1,450 | 8/17/2017 |
1.0.5.1 | 1,441 | 8/1/2017 |
1.0.5 | 1,453 | 8/1/2017 |
1.0.4 | 1,526 | 7/31/2017 |
1.0.3 | 1,524 | 7/27/2017 |
1.0.2 | 1,535 | 7/21/2017 |
1.0.1 | 1,457 | 7/19/2017 |
1.0.0 | 1,480 | 7/19/2017 |
0.9.9 | 1,581 | 7/11/2017 |
0.9.8 | 1,488 | 7/7/2017 |
0.9.7 | 1,399 | 7/5/2017 |
0.9.6 | 1,436 | 7/4/2017 |
0.9.5 | 1,490 | 6/29/2017 |
0.9.4 | 1,468 | 6/28/2017 |
0.9.3 | 1,527 | 6/2/2017 |
0.9.2 | 1,495 | 5/29/2017 |
0.9.1 | 1,457 | 5/23/2017 |
0.9.0 | 1,767 | 5/22/2017 |
Added naming strartegy handling.
Added GET Api calls.
Extended Search queries with match_phrase, multi_match, match_phrase_prefix.
Improved Search sort performance.