Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Jan 24, 2024
1 parent ca3b392 commit a34b6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickwit/quickwit-search/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ pub async fn list_relevant_splits(
Ok(splits_metadata)
}

/// List all splits of given index id patterns
/// Returns a mapping from index uid to index id and a list of splits
/// Resolve index patterns and returns IndexMetadata for found indices.
/// Patterns follow the elastic search patterns.
pub async fn resolve_index_patterns(
index_id_patterns: &[String],
metastore: &mut MetastoreServiceClient,
Expand Down

0 comments on commit a34b6d1

Please sign in to comment.