AsyncIndexUpdater class abstract interface Query Enterprise Edition

A IndexUpdater with a primarily asynchronous API.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
The number of index rows that need to have their indexed value updated.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

finish() Future<void>
Updates the index with the computed vectors and removes any index rows for which vector was set to null
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setVector(int index, List<double>? vector) Future<void>
Sets the vector for the value at given index.
override
skipVector(int index) Future<void>
Skips setting the vector for the value at given the index.
override
toString() String
A string representation of this object.
inherited
value<T extends Object>(int index) Future<T?>
The result of evaluating the query index's expression at the given index.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited