listDocumentIds

suspend fun listDocumentIds(): List<String>

Lists all document ids in the store.

Ids are returned sorted as strings, not in the document sorting order.

Return

list of all the document identifiers in the store.