vert-x3 / vertx-mongo-client

Mongo Client for Eclipse Vert.x
http://vertx.io
Apache License 2.0
58 stars 98 forks source link

Add feature to drop index with keys json used to create it #304

Closed liuchong closed 1 year ago

liuchong commented 1 year ago

Motivation:

Add ability to drop index with keys json used to create it, no need to get keys from it.

Please check java driver document https://mongodb.github.io/mongo-java-driver/4.10/apidocs/mongodb-driver-reactivestreams/com/mongodb/reactivestreams/client/MongoCollection.html#dropIndex(org.bson.conversions.Bson) and mongodb document https://www.mongodb.com/docs/manual/reference/method/db.collection.dropIndex/

liuchong commented 1 year ago

Please check when you have time @vietj @tsegismont 👀