Ucommerce.Search.Elastic 10.12.8-hotfix2

Prefix Reserved
This is a prerelease version of Ucommerce.Search.Elastic.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Ucommerce.Search.Elastic --version 10.12.8-hotfix2
                    
NuGet\Install-Package Ucommerce.Search.Elastic -Version 10.12.8-hotfix2
                    
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="Ucommerce.Search.Elastic" Version="10.12.8-hotfix2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ucommerce.Search.Elastic" Version="10.12.8-hotfix2" />
                    
Directory.Packages.props
<PackageReference Include="Ucommerce.Search.Elastic" />
                    
Project file
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 Ucommerce.Search.Elastic --version 10.12.8-hotfix2
                    
#r "nuget: Ucommerce.Search.Elastic, 10.12.8-hotfix2"
                    
#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.
#addin nuget:?package=Ucommerce.Search.Elastic&version=10.12.8-hotfix2&prerelease
                    
Install Ucommerce.Search.Elastic as a Cake Addin
#tool nuget:?package=Ucommerce.Search.Elastic&version=10.12.8-hotfix2&prerelease
                    
Install Ucommerce.Search.Elastic as a Cake Tool

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 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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.8 130 6/4/2025
10.12.8-hotfix6 293 6/11/2025
10.12.8-hotfix5 84 6/6/2025
10.12.8-hotfix3 127 6/5/2025
10.12.8-hotfix2 167 6/5/2025
10.12.8-hotfix1 127 6/4/2025
10.12.7 176 5/20/2025
10.12.6 223 4/25/2025
10.12.5 338 4/4/2025
10.12.4 162 4/1/2025
10.12.3 503 3/26/2025
10.12.2 117 3/21/2025
10.12.1 153 3/20/2025
10.12.0 318 3/3/2025
10.11.1 318 2/21/2025
10.11.0 231 2/18/2025
10.10.2 146 2/10/2025
10.10.1 122 1/31/2025
10.10.0 411 1/23/2025
10.9.6 99 1/30/2025
10.9.5 359 1/10/2025
10.9.4 255 1/6/2025
10.9.3 317 12/19/2024
10.8.2 107 12/19/2024
10.6.0 251 8/30/2024
10.5.3 119 8/20/2024
10.5.2 194 8/5/2024
10.5.1 109 7/30/2024
10.5.0 122 7/8/2024
10.4.0 165 6/18/2024
10.3.0 124 6/7/2024
10.2.5 114 11/25/2024
10.2.3 157 8/22/2024
10.2.2 141 8/20/2024
10.2.1 241 5/3/2024
10.2.0 136 4/25/2024
10.1.2 206 4/9/2024