async fn ensure_search_index_exists(
name: &str,
course_id: Uuid,
app_config: &ApplicationConfiguration,
container_name: &str,
) -> Result<()>
Expand description
Ensures that the specified search index exists, creating it if necessary.