40414243444546474849
} if (unique) { options.unique(); } if (dropDups) { options.dropDups(); } ensureIndex(options); } }
345346347348349350351352353354355
ensureIndex(dbColl, index.name(), new BasicDBObject(field.toString(), index.value().toIndexValue()), index.unique(), index.dropDups(), index.background() ? index.background() : background, index.sparse(), index.expireAfterSeconds()); }