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
<PackageReference Include="Umbraco.Community.Search.Examine.Reindex" Version="18.0.0" />
<PackageVersion Include="Umbraco.Community.Search.Examine.Reindex" Version="18.0.0" />
<PackageReference Include="Umbraco.Community.Search.Examine.Reindex" />
paket add Umbraco.Community.Search.Examine.Reindex --version 18.0.0
#r "nuget: Umbraco.Community.Search.Examine.Reindex, 18.0.0"
#:package Umbraco.Community.Search.Examine.Reindex@18.0.0
#addin nuget:?package=Umbraco.Community.Search.Examine.Reindex&version=18.0.0
#tool nuget:?package=Umbraco.Community.Search.Examine.Reindex&version=18.0.0
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 | Versions 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. |
-
net10.0
- Umbraco.Cms.Api.Management (>= 18.0.0 && < 19.0.0)
- Umbraco.Cms.Core (>= 18.0.0 && < 19.0.0)
- Umbraco.Cms.Search.Provider.Examine (>= 18.1.0-beta.1)
- Umbraco.Cms.Web.Website (>= 18.0.0 && < 19.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.