class Qdrant::Api::Collections::Index

Defined in:

qdrant-api/api/collections/index.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(conn : Connection) #

[View source]

Instance Method Detail

def bulk_update(collection_name : String, create_field_index : Qdrant::Api::CreateFieldIndex | Nil = nil, *, wait : Bool | Nil = nil, ordering : Qdrant::Api::WriteOrdering | Nil = nil, timeout : Int32 | Nil = nil) : Response(Qdrant::Api::CreateFieldIndex200Response) #

Create index for field in collection Create index for field in collection


[View source]
def delete(collection_name : String, field_name : String, *, wait : Bool | Nil = nil, ordering : Qdrant::Api::WriteOrdering | Nil = nil, timeout : Int32 | Nil = nil) : Response(Qdrant::Api::CreateFieldIndex200Response) #

Delete index for field in collection Delete field index for collection


[View source]