XperienceCommunity.ElasticSearch
1.0.0
dotnet add package XperienceCommunity.ElasticSearch --version 1.0.0
NuGet\Install-Package XperienceCommunity.ElasticSearch -Version 1.0.0
<PackageReference Include="XperienceCommunity.ElasticSearch" Version="1.0.0" />
<PackageVersion Include="XperienceCommunity.ElasticSearch" Version="1.0.0" />
<PackageReference Include="XperienceCommunity.ElasticSearch" />
paket add XperienceCommunity.ElasticSearch --version 1.0.0
#r "nuget: XperienceCommunity.ElasticSearch, 1.0.0"
#:package XperienceCommunity.ElasticSearch@1.0.0
#addin nuget:?package=XperienceCommunity.ElasticSearch&version=1.0.0
#tool nuget:?package=XperienceCommunity.ElasticSearch&version=1.0.0
Xperience by Kentico Elastic Search
Description
This integration enables you to create ElasticSearch search indexes to index content of pages (content types with the 'Page' feature enabled) from the Xperience content tree using a code-first approach. To provide a search interface for the indexed content, developers can use the ElasticSearch .NET, ElasticSearch JavaScript library.
Dependencies
Package Installation
Add the package to your application using the .NET CLI
dotnet add package XperienceCommunity.ElasticSearch
Quick Start
Add configuration from your Elastic search to the ASP.NET Core
appsettings.jsonfile:"CMSElasticSearch": { "SearchServiceEndPoint": "<your index application url>", "SearchServiceUsername": "<your index application username>", "SearchServicePassword": "<your index application password>" }Define a custom
BaseElasticSearchIndexingStrategy<TSearchModel>implementation to customize how content pages/content items are processed for the index. SeeCustom-index-strategy.mdAdd this library to the application services, registering your custom
BaseElasticSearchIndexingStrategywith type parameterGlobalSearchModeland Elastic search services// Program.cs services.AddXperienceCommunityElasticSearch(builder => { builder.RegisterStrategy<GlobalElasticSearchStrategy, GlobalSearchModel>("DefaultStrategy"); }, configuration);Create an index in Xperience's Administration within the Search application added by this library.

Rebuild the index in Xperience's Administration within the Search application added by this library.

Display the results on your site with a Razor View 👍.
Full Instructions
View the Usage Guide for more detailed instructions.
Contributing
Instructions and technical details for contributing to this project can be found in Contributing Setup.
License
Distributed under the MIT License. See LICENSE.md for more information.
| 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. 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. |
-
net8.0
- Elastic.Clients.Elasticsearch (>= 8.15.6)
- Kentico.Xperience.Admin (>= 30.2.0)
- Kentico.Xperience.WebApp (>= 30.2.0)
- System.Text.Json (>= 8.0.5)
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 |
|---|---|---|
| 1.0.0 | 214 | 11/4/2025 |