Package io.qdrant.client
Class WithPayloadSelectorFactory
java.lang.Object
io.qdrant.client.WithPayloadSelectorFactory
Convenience methods for constructing
Points.WithPayloadSelector-
Method Summary
Modifier and TypeMethodDescriptionstatic io.qdrant.client.grpc.Points.WithPayloadSelectorenable(boolean enable) Whether to include all payload in response.static io.qdrant.client.grpc.Points.WithPayloadSelectorWhich payload fields to exclude in response.static io.qdrant.client.grpc.Points.WithPayloadSelectorWhich payload fields to include in response.
-
Method Details
-
enable
public static io.qdrant.client.grpc.Points.WithPayloadSelector enable(boolean enable) Whether to include all payload in response.- Parameters:
enable- iftrue, to include all payload, iffalse, none.- Returns:
- a new instance of
Points.WithPayloadSelector
-
include
Which payload fields to include in response.- Parameters:
fields- the list of fields to include.- Returns:
- a new instance of
Points.WithPayloadSelector
-
exclude
Which payload fields to exclude in response.- Parameters:
fields- the list of fields to exclude.- Returns:
- a new instance of
Points.WithPayloadSelector
-