Uses of Enum Class
io.qdrant.client.grpc.Points.FieldType
-
Uses of Points.FieldType in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.createFieldIndex
(String collectionName, String fieldName, Points.FieldType fieldType, Collections.PayloadIndexParams fieldIndexParams, Points.WriteOrderingType ordering) Creates a field index in the specified collection with the given parameters.QdrantClient.createFieldIndexBlocking
(String collectionName, String fieldName, Points.FieldType fieldType, Collections.PayloadIndexParams fieldIndexParams, Points.WriteOrderingType ordering) Creates a field index in the specified collection with the given parameters. -
Uses of Points.FieldType in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionstatic Points.FieldType
Points.FieldType.forNumber
(int value) Points.CreateFieldIndexCollection.Builder.getFieldType()
Field type.Points.CreateFieldIndexCollection.getFieldType()
Field type.Points.CreateFieldIndexCollectionOrBuilder.getFieldType()
Field type.static Points.FieldType
Points.FieldType.valueOf
(int value) Deprecated.static Points.FieldType
Points.FieldType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Points.FieldType
Returns the enum constant of this class with the specified name.static Points.FieldType[]
Points.FieldType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Points.FieldType>
Points.FieldType.internalGetValueMap()
Modifier and TypeMethodDescriptionPoints.CreateFieldIndexCollection.Builder.setFieldType
(Points.FieldType value) Field type.