Uses of Class
io.metaloom.qdrant.client.http.model.collection.CollectionCreateIndexFieldRequest
Packages that use CollectionCreateIndexFieldRequest
Package
Description
-
Uses of CollectionCreateIndexFieldRequest in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl with parameters of type CollectionCreateIndexFieldRequestModifier and TypeMethodDescriptionQDrantHttpClientImpl.createCollectionIndexField(String collectionName, CollectionCreateIndexFieldRequest request, boolean wait) -
Uses of CollectionCreateIndexFieldRequest in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method with parameters of type CollectionCreateIndexFieldRequestModifier and TypeMethodDescriptionCollectionMethods.createCollectionIndexField(String collectionName, CollectionCreateIndexFieldRequest request, boolean wait) Create index for field in collection. -
Uses of CollectionCreateIndexFieldRequest in io.metaloom.qdrant.client.http.model.collection
Methods in io.metaloom.qdrant.client.http.model.collection that return CollectionCreateIndexFieldRequestModifier and TypeMethodDescriptionCollectionCreateIndexFieldRequest.setFieldName(String fieldName) CollectionCreateIndexFieldRequest.setFieldSchema(PayloadFieldSchema fieldSchema)