Uploaded image for project: 'Go Driver'
  1. Go Driver
  2. GODRIVER-3268

Document asynchronicity of creating search indexes

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Go Drivers

      Context

      The Go Driver does not make it clear that creating / updating / dropping search indexes is asynchronous. Per the specifications:

      The search index commands are asynchronous and return from the server before the index is successfully updated, created or dropped. In order to determine when an index has been created / updated, users are expected to run the listSearchIndexes repeatedly until index changes appear.

       

      Definition of done

      Include the above form the specifications in the comments concerning index CRUD operations.

            Assignee:
            preston.vasquez@mongodb.com Preston Vasquez
            Reporter:
            preston.vasquez@mongodb.com Preston Vasquez
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: