| Class | Description |
|---|---|
| QueryResponseWithUnsignedIndices |
This class represents the response to a query, where the
ScoredVector objects in the `matches` list
contain SparseValuesWithUnsignedIndices instead of the standard SparseValues. |
| ScoredVectorWithUnsignedIndices |
This class represents a scored vector with unsigned 32-bit integer indices for the sparse values.
|
| SparseValuesWithUnsignedIndices |
This class represents a set of sparse values, where the indices are represented as unsigned 32-bit integers.
|
| VectorWithUnsignedIndices |
This class represents a vector with sparse values, where the indices of the sparse values are represented
as unsigned 32-bit integers.
|