Skip to content

Commit

Permalink
Update quickwit/quickwit-index-management/src/index.rs
Browse files Browse the repository at this point in the history
Co-authored-by: François Massot <[email protected]>
  • Loading branch information
JerryKwan and fmassot authored Sep 29, 2023
1 parent 43d9517 commit f031f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickwit/quickwit-index-management/src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ impl IndexService {
/// Deletes the indexes specified with `index_id_patterns`.
/// This is a wrapper of delete_index, and support index delete with index pattern
///
/// * `index_id_patterns` - The target index Id patterns.
/// * `index_id_patterns` - The targeted index ID patterns.
/// * `dry_run` - Should this only return a list of affected files without performing deletion.
pub async fn delete_indexes(
&self,
Expand Down

0 comments on commit f031f45

Please sign in to comment.