Uses of Class
io.metaloom.qdrant.client.http.model.collection.CollectionIndexFieldResponse
Packages that use CollectionIndexFieldResponse
Package
Description
-
Uses of CollectionIndexFieldResponse in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl that return types with arguments of type CollectionIndexFieldResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.createCollectionIndexField(String collectionName, CollectionCreateIndexFieldRequest request, boolean wait) QDrantHttpClientImpl.deleteCollectionIndexField(String collectionName, String fieldName, boolean wait) -
Uses of CollectionIndexFieldResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type CollectionIndexFieldResponseModifier and TypeMethodDescriptionCollectionMethods.createCollectionIndexField(String collectionName, CollectionCreateIndexFieldRequest request, boolean wait) Create index for field in collection.CollectionMethods.deleteCollectionIndexField(String collectionName, String fieldName, boolean wait) Delete field index for collection. -
Uses of CollectionIndexFieldResponse in io.metaloom.qdrant.client.http.model.collection
Methods in io.metaloom.qdrant.client.http.model.collection that return CollectionIndexFieldResponse