Uses of Class
io.qdrant.client.grpc.Points.SearchPoints.Builder
-
Uses of Points.SearchPoints.Builder in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.SearchPoints.Builder.addAllVector
(Iterable<? extends Float> values) vectorPoints.SearchPoints.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.SearchBatchPoints.Builder.addSearchPointsBuilder()
repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.addSearchPointsBuilder
(int index) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchPoints.Builder.addVector
(float value) vectorPoints.SearchPoints.Builder.clear()
Points.SearchPoints.Builder.clearCollectionName()
name of the collectionPoints.SearchPoints.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Points.SearchPoints.Builder.clearFilter()
Filter conditions - return only those points that satisfy the specified conditionsPoints.SearchPoints.Builder.clearLimit()
Max number of resultPoints.SearchPoints.Builder.clearOffset()
Offset of the resultPoints.SearchPoints.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Points.SearchPoints.Builder.clearParams()
Search configPoints.SearchPoints.Builder.clearReadConsistency()
Options for specifying read consistency guaranteesPoints.SearchPoints.Builder.clearScoreThreshold()
If provided - cut off results with worse scoresPoints.SearchPoints.Builder.clearVector()
vectorPoints.SearchPoints.Builder.clearVectorName()
Which vector to use for search, if not specified - use default vectorPoints.SearchPoints.Builder.clearWithPayload()
Options for specifying which payload to include or notPoints.SearchPoints.Builder.clearWithVectors()
Options for specifying which vectors to include into responsePoints.SearchPoints.Builder.clone()
Points.SearchBatchPoints.Builder.getSearchPointsBuilder
(int index) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchPoints.Builder.mergeFilter
(Points.Filter value) Filter conditions - return only those points that satisfy the specified conditionsPoints.SearchPoints.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.SearchPoints.Builder.mergeFrom
(com.google.protobuf.Message other) Points.SearchPoints.Builder.mergeFrom
(Points.SearchPoints other) Points.SearchPoints.Builder.mergeParams
(Points.SearchParams value) Search configPoints.SearchPoints.Builder.mergeReadConsistency
(Points.ReadConsistency value) Options for specifying read consistency guaranteesPoints.SearchPoints.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.SearchPoints.Builder.mergeWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.SearchPoints.Builder.mergeWithVectors
(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsestatic Points.SearchPoints.Builder
Points.SearchPoints.newBuilder()
static Points.SearchPoints.Builder
Points.SearchPoints.newBuilder
(Points.SearchPoints prototype) Points.SearchPoints.newBuilderForType()
protected Points.SearchPoints.Builder
Points.SearchPoints.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Points.SearchPoints.Builder.setCollectionName
(String value) name of the collectionPoints.SearchPoints.Builder.setCollectionNameBytes
(com.google.protobuf.ByteString value) name of the collectionPoints.SearchPoints.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.SearchPoints.Builder.setFilter
(Points.Filter value) Filter conditions - return only those points that satisfy the specified conditionsPoints.SearchPoints.Builder.setFilter
(Points.Filter.Builder builderForValue) Filter conditions - return only those points that satisfy the specified conditionsPoints.SearchPoints.Builder.setLimit
(long value) Max number of resultPoints.SearchPoints.Builder.setOffset
(long value) Offset of the resultPoints.SearchPoints.Builder.setParams
(Points.SearchParams value) Search configPoints.SearchPoints.Builder.setParams
(Points.SearchParams.Builder builderForValue) Search configPoints.SearchPoints.Builder.setReadConsistency
(Points.ReadConsistency value) Options for specifying read consistency guaranteesPoints.SearchPoints.Builder.setReadConsistency
(Points.ReadConsistency.Builder builderForValue) Options for specifying read consistency guaranteesPoints.SearchPoints.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Points.SearchPoints.Builder.setScoreThreshold
(float value) If provided - cut off results with worse scoresPoints.SearchPoints.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.SearchPoints.Builder.setVector
(int index, float value) vectorPoints.SearchPoints.Builder.setVectorName
(String value) Which vector to use for search, if not specified - use default vectorPoints.SearchPoints.Builder.setVectorNameBytes
(com.google.protobuf.ByteString value) Which vector to use for search, if not specified - use default vectorPoints.SearchPoints.Builder.setWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include or notPoints.SearchPoints.Builder.setWithPayload
(Points.WithPayloadSelector.Builder builderForValue) Options for specifying which payload to include or notPoints.SearchPoints.Builder.setWithVectors
(Points.WithVectorsSelector value) Options for specifying which vectors to include into responsePoints.SearchPoints.Builder.setWithVectors
(Points.WithVectorsSelector.Builder builderForValue) Options for specifying which vectors to include into responsePoints.SearchPoints.toBuilder()
Modifier and TypeMethodDescriptionPoints.SearchBatchPoints.Builder.getSearchPointsBuilderList()
repeated .qdrant.SearchPoints search_points = 2;
Modifier and TypeMethodDescriptionPoints.SearchBatchPoints.Builder.addSearchPoints
(int index, Points.SearchPoints.Builder builderForValue) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.addSearchPoints
(Points.SearchPoints.Builder builderForValue) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.setSearchPoints
(int index, Points.SearchPoints.Builder builderForValue) repeated .qdrant.SearchPoints search_points = 2;