Provide method for wildcard text index

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Minor - P4
    • 3.7.0
    • Affects Version/s: None
    • Component/s: Builders
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

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

            Assignee:
            Unassigned
            Reporter:
            Farès Hassak
            None
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: