Constructor
Description
SearchFuture()
Search future.
API
result()
Return the search result.
cancel()
Cancel the search request.
done()
Wait for search request done.
pymilvus.
SearchFuture
cancel
Cancel the request.
done
Wait for request done.
result
Return the result from future object.
It's a synchronous interface. It will wait executing until server respond or timeout occur(if specified).
MutationFuture()
Mutationfuture.
Return the insert result.
Cancel the insert request.
Wait for insert request done.
MutationFuture