get

abstract suspend fun get(ids: List<String>, namespace: String? = null): List<Document>(source)

Gets documents by their identifiers.

Return

The list of documents matching the given identifiers.

Parameters

ids

The list of document identifiers to get.

namespace

An optional namespace to scope. If null, the default namespace is used.