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: drop the sender side to close the channel, then join the thread.
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.