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
                    
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.6" />
                    
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.6" />
                    
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.6
                    
#r "nuget: Ucommerce.Search.Elastic, 10.12.6"
                    
#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.6
                    
Install Ucommerce.Search.Elastic as a Cake Addin
#tool nuget:?package=Ucommerce.Search.Elastic&version=10.12.6
                    
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. 
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.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