beginUpdate abstract method
Begins an update of a lazy index, if the it is not up-to-date.
This API is only available in the Enterprise Edition.
Currently, only vector indexes can be lazy (VectorIndexConfiguration.lazy).
Finds new or updated documents for which the indexed values need to be (re)computed and returns an IndexUpdater for setting the new values.
limit
is for setting the max number of documents to be updated.
Implementation
@override
@useResult
Future<AsyncIndexUpdater?> beginUpdate({required int limit});