Structs§
- Rebuild
Actor - 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.
- Rebuild
Progress - Public progress snapshot returned from
crate::coordinator::ExecutionCoordinator::get_property_fts_rebuild_progress. - Rebuild
Request - A request to rebuild property-FTS for a single kind.
- Rebuild
State Row - Rebuild progress row returned from
AdminService::get_property_fts_rebuild_state.
Enums§
- Rebuild
Mode - Mode passed to
register_fts_property_schema_with_entries.