Ucommerce.Search.Elastic
10.12.6
Prefix Reserved
dotnet add package Ucommerce.Search.Elastic --version 10.12.6
NuGet\Install-Package Ucommerce.Search.Elastic -Version 10.12.6
<PackageReference Include="Ucommerce.Search.Elastic" Version="10.12.6" />
<PackageVersion Include="Ucommerce.Search.Elastic" Version="10.12.6" />
<PackageReference Include="Ucommerce.Search.Elastic" />
paket add Ucommerce.Search.Elastic --version 10.12.6
#r "nuget: Ucommerce.Search.Elastic, 10.12.6"
#addin nuget:?package=Ucommerce.Search.Elastic&version=10.12.6
#tool nuget:?package=Ucommerce.Search.Elastic&version=10.12.6
Ucommerce.Search.Elastic
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.
What It Does
- Implements search and indexing interfaces using ElasticSearch.
- Maps Ucommerce entities to ElasticSearch-compatible documents.
- Supports complex queries and high-volume data indexing.
- Provides extension points for customizing behavior.
Use Cases
Use this package if you:
- Need to add ElasticSearch support for search and indexing in Ucommerce.
- Are customizing the default ElasticSearch behavior.
- Need to scale search for large datasets or more advanced search requirements.
Configuration
1. ElasticSearch Setup
Make sure ElasticSearch is running. Configure the connection in your appsettings.json
:
{
"ElasticSearch": {
"Url": "http://localhost:9200",
"DefaultIndex": "ucommerce"
}
}
2. Register ElasticSearch Services
Use dependency injection to register the ElasticSearch implementation of the search and indexing interfaces. For example:
using Ucommerce.Search.Elastic;
services.AddSearch().AddElasticSearch();
Common Bug Locations
- Indexing Logic: Bugs in the indexing pipeline might involve failure to index certain entities, performance bottlenecks, or incorrect error handling.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- Dapper (>= 2.1.35)
- dbup-sqlserver (>= 6.0.0)
- DistributedLock.Core (>= 1.0.7)
- DistributedLock.SqlServer (>= 1.0.5)
- Elastic.Clients.Elasticsearch (>= 8.12.0)
- FluentValidation (>= 11.10.0)
- FluentValidation.DependencyInjectionExtensions (>= 11.10.0)
- Microsoft.Data.SqlClient (>= 5.2.2)
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- Microsoft.Extensions.FileProviders.Embedded (>= 8.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Options (>= 8.0.2)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.Extensions.Options.DataAnnotations (>= 8.0.0)
- Microsoft.FeatureManagement (>= 4.0.0)
- Newtonsoft.Json (>= 13.0.3 && < 14.0.0)
- Polly (>= 8.4.2)
- System.Linq.Async (>= 6.0.1)
- System.Text.Json (>= 8.0.5)
- Ucommerce.Extensions.Search.Abstractions (>= 10.12.6)
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 |
---|---|---|
10.12.6 | 6 | 4/25/2025 |
10.12.5 | 294 | 4/4/2025 |
10.12.4 | 157 | 4/1/2025 |
10.12.3 | 494 | 3/26/2025 |
10.12.2 | 111 | 3/21/2025 |
10.12.1 | 148 | 3/20/2025 |
10.12.0 | 314 | 3/3/2025 |
10.11.1 | 314 | 2/21/2025 |
10.11.0 | 225 | 2/18/2025 |
10.10.2 | 135 | 2/10/2025 |
10.10.1 | 118 | 1/31/2025 |
10.10.0 | 406 | 1/23/2025 |
10.9.6 | 94 | 1/30/2025 |
10.9.5 | 352 | 1/10/2025 |
10.9.4 | 251 | 1/6/2025 |
10.9.3 | 314 | 12/19/2024 |
10.8.2 | 102 | 12/19/2024 |
10.6.0 | 248 | 8/30/2024 |
10.5.3 | 115 | 8/20/2024 |
10.5.2 | 191 | 8/5/2024 |
10.5.1 | 104 | 7/30/2024 |
10.5.0 | 115 | 7/8/2024 |
10.4.0 | 152 | 6/18/2024 |
10.3.0 | 119 | 6/7/2024 |
10.2.5 | 108 | 11/25/2024 |
10.2.3 | 152 | 8/22/2024 |
10.2.2 | 136 | 8/20/2024 |
10.2.1 | 238 | 5/3/2024 |
10.2.0 | 133 | 4/25/2024 |
10.1.2 | 203 | 4/9/2024 |