![]() |
VOOZH | about |
dotnet add package Ucommerce.Search.Elastic --version 10.13.0
NuGet\Install-Package Ucommerce.Search.Elastic -Version 10.13.0
<PackageReference Include="Ucommerce.Search.Elastic" Version="10.13.0" />
<PackageVersion Include="Ucommerce.Search.Elastic" Version="10.13.0" />Directory.Packages.props
<PackageReference Include="Ucommerce.Search.Elastic" />Project file
paket add Ucommerce.Search.Elastic --version 10.13.0
#r "nuget: Ucommerce.Search.Elastic, 10.13.0"
#:package Ucommerce.Search.Elastic@10.13.0
#addin nuget:?package=Ucommerce.Search.Elastic&version=10.13.0Install as a Cake Addin
#tool nuget:?package=Ucommerce.Search.Elastic&version=10.13.0Install as a Cake Tool
Ucommerce.Search.Elastic provides the ElasticSearch-based implementation for Ucommerce's search and indexing system.
It builds on top of the Ucommerce.Extensions.Search.Abstractions package and plugs in ElasticSearch as the backend.
This package handles the actual indexing of Ucommerce entities and the execution of search queries using ElasticSearch.
Use this package if you:
Make sure ElasticSearch is running. Configure the connection in your appsettings.json:
{
"ElasticSearch": {
"Url": "http://localhost:9200",
"DefaultIndex": "ucommerce"
}
}
Use dependency injection to register the ElasticSearch implementation of the search and indexing interfaces. For example:
using Ucommerce.Search.Elastic;
services.AddSearch().AddElasticSearch();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.13.0 | 0 | 6/19/2026 |
| 10.12.13 | 41 | 6/17/2026 |
| 10.12.12 | 101 | 5/26/2026 |
| 10.12.11 | 365 | 10/13/2025 |
| 10.12.10 | 226 | 8/22/2025 |
| 10.12.9 | 219 | 7/8/2025 |
| 10.12.8-hotfix6 | 540 | 6/11/2025 |
| 10.12.7 | 237 | 5/20/2025 |
| 10.12.6 | 293 | 4/25/2025 |
| 10.12.5 | 414 | 4/4/2025 |
| 10.12.4 | 232 | 4/1/2025 |
| 10.12.3 | 572 | 3/26/2025 |
| 10.12.2 | 189 | 3/21/2025 |
| 10.12.1 | 222 | 3/20/2025 |
| 10.12.0 | 386 | 3/3/2025 |