-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Go Drivers
-
Not Needed
-
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 from the specifications in the comments concerning index CRUD operations.