![]() |
VOOZH | about |
dotnet add package Kentico.Xperience.AzureSearch --version 8.0.3
NuGet\Install-Package Kentico.Xperience.AzureSearch -Version 8.0.3
<PackageReference Include="Kentico.Xperience.AzureSearch" Version="8.0.3" />
<PackageVersion Include="Kentico.Xperience.AzureSearch" Version="8.0.3" />Directory.Packages.props
<PackageReference Include="Kentico.Xperience.AzureSearch" />Project file
paket add Kentico.Xperience.AzureSearch --version 8.0.3
#r "nuget: Kentico.Xperience.AzureSearch, 8.0.3"
#:package Kentico.Xperience.AzureSearch@8.0.3
#addin nuget:?package=Kentico.Xperience.AzureSearch&version=8.0.3Install as a Cake Addin
#tool nuget:?package=Kentico.Xperience.AzureSearch&version=8.0.3Install as a Cake Tool
👁 7-day bug-fix policy
👁 CI: Build and Test
👁 NuGet Package
This integration enables you to create AzureSearch 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 .NET API, JavaScript API library.
| Xperience Version | Library Version |
|---|---|
| >= 31.0.0 | >= 8.0.0 |
| >= 30.6.0 | >= 5.3.0 |
| >= 30.5.1 | >= 5.2.0 |
| >= 30.0.0 | >= 5.0.0 |
| >= 29.5.0 | >= 4.0.0 |
| >= 29.0.0 | >= 2.1.0 |
| >= 28.2.0 | >= 1.0.0 |
Add the package to your application using the .NET CLI
dotnet add package Kentico.Xperience.AzureSearch
Add configuration from your Azure portal to the ASP.NET Core appsettings.json file:
"CMSAzureSearch": {
"SearchServiceEndPoint": "<your application url>",
"SearchServiceAdminApiKey": "<your application admin key>",
"SearchServiceQueryApiKey": "<your application query key>",
// Opotionally add delay between indexing items.
// This is useful if there are a lot of pages and items on your web which when crawled would increase the performance requirements.
"IndexItemDelay" : 0
}
Define a custom BaseAzureSearchIndexingStrategy<TSearchModel> implementation to customize how content pages/content items are processed for the index. See
Add this library to the application services, registering your custom BaseAzureSearchIndexingStrategy with type parameter GlobalSearchModel and Azure search services
// Program.cs
services.AddKenticoAzureSearch(builder =>
{
builder.RegisterStrategy<GlobalAzureSearchStrategy, 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 👍.
To use the DancingGoat sample project, you need to create a new Xperience by Kentico database using the included template.
Follow the instructions in the guide to set up the sample database.
View the for more detailed instructions.
To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md for more information and follow the Kentico's CODE_OF_CONDUCT.
Instructions and technical details for contributing to this project can be found in .
Distributed under the MIT License. See for more information.
This project has Full support by 7-day bug-fix policy.
See SUPPORT.md for more information.
For any security issues see SECURITY.md.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. 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 |
|---|---|---|
| 8.0.3 | 199 | 5/26/2026 |
| 8.0.3-prerelease-1 | 58 | 5/25/2026 |
| 8.0.2 | 689 | 3/30/2026 |
| 8.0.1 | 1,760 | 2/26/2026 |
| 8.0.1-prerelease-2 | 72 | 2/25/2026 |
| 8.0.0 | 955 | 1/8/2026 |
| 8.0.0-prerelease-1 | 88 | 1/6/2026 |
| 7.0.4 | 1,438 | 12/2/2025 |
| 7.0.3 | 1,351 | 11/20/2025 |
| 7.0.2 | 400 | 10/31/2025 |
| 7.0.1 | 200 | 10/22/2025 |
| 7.0.0 | 403 | 10/8/2025 |
| 6.0.1 | 883 | 8/22/2025 |
| 6.0.0 | 406 | 8/5/2025 |
| 5.3.0 | 2,351 | 6/20/2025 |
| 5.2.0 | 481 | 5/29/2025 |
| 5.1.0 | 1,840 | 4/4/2025 |
| 5.0.1 | 328 | 3/17/2025 |
| 5.0.0 | 1,997 | 12/19/2024 |
| 4.1.1 | 354 | 11/26/2024 |