Hello,
New method that creates a text index using the wildcard specifier:
public final class Indexes { public static Bson text() { return new BsonDocument("$**", new BsonString("text")); } }
- links to
Hello,
New method that creates a text index using the wildcard specifier:
public final class Indexes { public static Bson text() { return new BsonDocument("$**", new BsonString("text")); } }