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.