Function summa_core::components::cleanup_index
source · pub async fn cleanup_index(
index_engine_config: IndexEngineConfig
) -> SummaResult<()>Expand description
Cleanup after index deletion
Consumers are stopped, then IndexConfig is removed from CoreConfig
and then directory with the index is deleted.