Package com.hazelcast.vector
Interface VectorDocument<V>
- Type Parameters:
V
-
A
VectorDocument
includes a user-supplied V value
and the associated VectorValues
that represent the document.- Since:
- 5.5
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
static <T> VectorDocument<T>
of
(T value, VectorValues vv)
-
Method Details
-
getValue
-
getVectors
-
of
-