Bing.Elasticsearch
1.0.0-preview-20240415-1
Prefix Reserved
This is a prerelease version of Bing.Elasticsearch.
dotnet add package Bing.Elasticsearch --version 1.0.0-preview-20240415-1
NuGet\Install-Package Bing.Elasticsearch -Version 1.0.0-preview-20240415-1
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-preview-20240415-1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bing.Elasticsearch --version 1.0.0-preview-20240415-1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bing.Elasticsearch, 1.0.0-preview-20240415-1"
#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 Bing.Elasticsearch as a Cake Addin #addin nuget:?package=Bing.Elasticsearch&version=1.0.0-preview-20240415-1&prerelease // Install Bing.Elasticsearch as a Cake Tool #tool nuget:?package=Bing.Elasticsearch&version=1.0.0-preview-20240415-1&prerelease
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. |
.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-preview-20240415-1)
- Bing.Utils (>= 1.5.0-preview-20240229-1)
- Microsoft.Extensions.DependencyInjection (>= 6.0.1)
- Microsoft.Extensions.Options (>= 6.0.0)
- 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-preview-20240415-1 | 149 | 4/15/2024 |
1.0.0-preview-20230613-1 | 545 | 6/13/2023 |
1.0.0-preview-20230313-1 | 560 | 3/13/2023 |
1.0.0-preview-20230308-1 | 599 | 3/8/2023 |
1.0.0-preview-20230223-3 | 617 | 2/23/2023 |
1.0.0-preview-20230223-2 | 566 | 2/23/2023 |
1.0.0-preview-20230223-1 | 600 | 2/23/2023 |
1.0.0-preview-20230222-1 | 550 | 2/22/2023 |
0.0.4 | 1,244 | 5/6/2022 |
0.0.3 | 1,161 | 4/12/2022 |
0.0.2 | 1,154 | 1/26/2022 |
0.0.1 | 973 | 1/12/2022 |
0.0.1-preview-20190314-1 | 918 | 3/14/2019 |
0.0.1-preview-20190110-1 | 934 | 1/10/2019 |
0.0.1-preview-20180919-1 | 1,056 | 9/20/2018 |