listSearchIndexes

@JvmName(name = "listSearchIndexesAsDocument")
fun listSearchIndexes(): ListSearchIndexesFlow<Document>

Get all the Atlas Search indexes in this collection.

Return

the list search indexes iterable interface.

See also


Get all the Atlas Search indexes in this collection.

Return

the list search indexes iterable interface.

Parameters

R

the class to decode each document into.

See also

List search indexes](https://www.mongodb.com/docs/manual/reference/operator/aggregation/listSearchIndexes)


Get all the Atlas Search indexes in this collection.

Return

the list search indexes iterable interface.

Parameters

R

the class to decode each document into.

resultClass

the target document type of the iterable.

See also