Bing.Elasticsearch
1.0.0
Prefix Reserved
dotnet add package Bing.Elasticsearch --version 1.0.0
NuGet\Install-Package Bing.Elasticsearch -Version 1.0.0
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="Bing.Elasticsearch" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bing.Elasticsearch" Version="1.0.0" />
<PackageReference Include="Bing.Elasticsearch" />
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 Bing.Elasticsearch --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bing.Elasticsearch, 1.0.0"
#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 Bing.Elasticsearch@1.0.0
#: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=Bing.Elasticsearch&version=1.0.0
#tool nuget:?package=Bing.Elasticsearch&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bing.Elasticsearch
- 一个
Elasticsearch驱动的服务包,方便使用Elasticsearch文档数据库。
使用
- Nuget 安装
Bing.Elasticsearch。 - 推荐同时安装
Bing.Extensions.Elasticsearch包,添加了对分页查询、滚动查询的支持。
方法 1. 使用默认依赖注入方式
var builder = WebApplication.CreateBuilder(args);
var provider = builder.Services.BuildServiceProviderFromFactory();
// 添加 Ealsticsearch 文档数据库服务
builder.Services.AddElasticsearch(x => { });
| 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Bing.Data (>= 6.0.0)
- Bing.Utils (>= 1.5.0)
- DotNetCore.SourceLink.Environment (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 6.0.2)
- Microsoft.Extensions.Options (>= 6.0.1)
- NEST (>= 7.16.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Bing.Elasticsearch:
| Package | Downloads |
|---|---|
|
Bing.Extensions.Elasticsearch
Bing.Extensions.Elasticsearch是对Bing应用框架的Elasticsearch操作类库扩展。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 247 | 6/3/2025 |
| 1.0.0-preview-20240415-1 | 218 | 4/15/2024 |
| 1.0.0-preview-20230613-1 | 654 | 6/13/2023 |
| 1.0.0-preview-20230313-1 | 657 | 3/13/2023 |
| 1.0.0-preview-20230308-1 | 716 | 3/8/2023 |
| 1.0.0-preview-20230223-3 | 744 | 2/23/2023 |
| 1.0.0-preview-20230223-2 | 678 | 2/23/2023 |
| 1.0.0-preview-20230223-1 | 722 | 2/23/2023 |
| 1.0.0-preview-20230222-1 | 656 | 2/22/2023 |
| 0.0.4 | 1,393 | 5/6/2022 |
| 0.0.3 | 1,302 | 4/12/2022 |
| 0.0.2 | 1,301 | 1/26/2022 |
| 0.0.1 | 1,123 | 1/12/2022 |
| 0.0.1-preview-20190314-1 | 1,075 | 3/14/2019 |
| 0.0.1-preview-20190110-1 | 1,122 | 1/10/2019 |
| 0.0.1-preview-20180919-1 | 1,275 | 9/20/2018 |