Umbraco.Community.Search.Examine.Reindex 18.0.0

dotnet add package Umbraco.Community.Search.Examine.Reindex --version 18.0.0
                    
NuGet\Install-Package Umbraco.Community.Search.Examine.Reindex -Version 18.0.0
                    
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="Umbraco.Community.Search.Examine.Reindex" Version="18.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.Search.Examine.Reindex" Version="18.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Community.Search.Examine.Reindex" />
                    
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 Umbraco.Community.Search.Examine.Reindex --version 18.0.0
                    
#r "nuget: Umbraco.Community.Search.Examine.Reindex, 18.0.0"
                    
#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.
#:package Umbraco.Community.Search.Examine.Reindex@18.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Umbraco.Community.Search.Examine.Reindex&version=18.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.Search.Examine.Reindex&version=18.0.0
                    
Install as a Cake Tool

Umbraco.Community.Search.Examine.Reindex

Adds a Reindex box to the index details page of Umbraco Search (Examine provider) in the Umbraco backoffice.

  • Reindex: flushes the cached index values for every item in the index and re-collects them from the content, so changes to property value handlers and custom content indexers are applied. The index stays searchable while this runs.
  • Also rebuild the index: flushes the cache and then triggers Umbraco Search's index rebuild, which wipes and repopulates the Examine index.

Good to know

  • "Completed" means every item has been handed off to Umbraco's background indexing queue, not that the index has necessarily caught up yet. On large sites the index may keep processing for a while after the box reports completion.
  • Reindexing runs through Umbraco Search's distributed refresher, which applies to every index that shares the same content change strategy (for example all published-content indexes) — not only the index whose page you triggered the reindex from.

Installation

Requires Umbraco 18, with Umbraco Search Core and the Examine provider configured. Depends on a prerelease of Umbraco.Cms.Search.Provider.Examine (18.1.0-beta.1).

dotnet add package Umbraco.Community.Search.Examine.Reindex

The package registers itself through a composer. It requires Umbraco Search Core and the Examine provider to be configured (AddSearchCore() and AddExamineSearchProvider()).

Usage

Settings → Advanced → Search → pick an index → the Reindex box on the right.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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
18.0.0 42 9/16/2026
17.0.0 49 9/16/2026