UpdateAliasesBuilder
class UpdateAliasesBuilder
DSL for updateAliases. Every action added here is applied by the server as one atomic batch, so an alias never points at nothing during a swap.
qdrant.updateAliases {
deleteAlias("docs") // detach the old collection
createAlias("docs-v2", "docs") // and re-point in the same atomic step
}Content copied to clipboard
Functions
Link copied to clipboard
Point alias at collection (creates the alias, or moves it if it already exists).
Link copied to clipboard
Remove alias if it exists.
Link copied to clipboard