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()); }