Class SearchClient<T>
java.lang.Object
io.weaviate.client.v1.experimental.SearchClient<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic SearchResult<Map<String,Object>> nearVector(float[] vector) nearVector(float[] vector, Consumer<NearVector.Options> options) nearVectorUntyped(float[] vector) nearVectorUntyped(float[] vector, Consumer<NearVector.Options> options)
-
Method Details
-
nearVectorUntyped
-
nearVectorUntyped
public SearchResult<Map<String,Object>> nearVectorUntyped(float[] vector, Consumer<NearVector.Options> options) -
deserializeUntyped
public static SearchResult<Map<String,Object>> deserializeUntyped(WeaviateProtoSearchGet.SearchReply reply) -
nearVector
-
nearVector
-