Skip to main content

Module rebuild_actor

Module rebuild_actor 

Source

Structs§

RebuildActor
Single-threaded actor that processes property-FTS rebuild requests one at a time. Shutdown is cooperative and controlled by an explicit token so public admin-service clones cannot keep the actor alive accidentally.
RebuildClient
RebuildProgress
Public progress snapshot returned from crate::coordinator::ExecutionCoordinator::get_property_fts_rebuild_progress.
RebuildRequest
A request to rebuild property-FTS for a single kind.
RebuildStateRow
Rebuild progress row returned from AdminService::get_property_fts_rebuild_state.

Enums§

RebuildMode
Mode passed to register_fts_property_schema_with_entries.
RebuildSubmit