Uses of Class
io.vertx.ext.mongo.IndexOptions
Packages that use IndexOptions
-
Uses of IndexOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return IndexOptionsModifier and TypeMethodDescriptionIndexOptions.background(boolean background) Should the index be created in the backgroundSets the number of precision of the stored geohash value of the location data in 2d indexes.IndexOptions.defaultLanguage(String defaultLanguage) Sets the language for the text index.IndexOptions.expireAfter(Long expireAfter, TimeUnit timeUnit) Sets the time to live for documents in the collectionIndexModel.getOptions()Get the index optionsIndexOptions.languageOverride(String languageOverride) Sets the name of the field that contains the language string.Sets the upper inclusive boundary for the longitude and latitude values for 2d indexes..Sets the lower inclusive boundary for the longitude and latitude values for 2d indexes..Sets the name of the index.IndexOptions.partialFilterExpression(JsonObject partialFilterExpression) Sets the filter expression for the documents to be included in the indexIndexOptions.setCollation(CollationOptions collation) Optional.IndexOptions.sparse(boolean sparse) Should the index only references documents with the specified fieldIndexOptions.sphereVersion(Integer sphereVersion) Sets the 2dsphere index version number.IndexOptions.storageEngine(JsonObject storageEngine) Sets the storage engine options document for this index.IndexOptions.textVersion(Integer textVersion) Set the text index version number.IndexOptions.unique(boolean unique) Should the index should be unique.Sets the index version number.IndexOptions.weights(JsonObject weights) Sets the weighting object for use with a text index.Methods in io.vertx.ext.mongo with parameters of type IndexOptionsModifier and TypeMethodDescriptionMongoClient.createIndexWithOptions(String collection, JsonObject key, IndexOptions options) Creates an index.IndexModel.setOptions(IndexOptions options) Sets the index optionsConstructors in io.vertx.ext.mongo with parameters of type IndexOptionsModifierConstructorDescriptionIndexModel(JsonObject key, IndexOptions options) IndexOptions(IndexOptions options) Copy constructor -
Uses of IndexOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type IndexOptionsModifier and TypeMethodDescriptionMongoClient.createIndexWithOptions(String collection, JsonObject key, IndexOptions options) Creates an index.MongoClient.rxCreateIndexWithOptions(String collection, JsonObject key, IndexOptions options) Creates an index. -
Uses of IndexOptions in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type IndexOptionsModifier and TypeMethodDescriptionMongoClient.createIndexWithOptions(String collection, JsonObject key, IndexOptions options) Creates an index.MongoClient.rxCreateIndexWithOptions(String collection, JsonObject key, IndexOptions options) Creates an index.