Any index on collection may be dropped via drop action.
For example:
dropping index with specified name : `drop("indexName")`
dropping index on given collection keys :
drop(index("foo" -> Order.Ascending, "boo" -> Order.Descending))
Operations:
Total for specification CollectionDropIndexSpec | |
---|---|
Finished in | 1 second, 254 ms |
Results | 2 examples, 0 failure, 0 error |