Description
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")); |
}
|
|
|
}
|
Attachments
Issue Links
- links to