Module rincon_client::index::methods [] [src]

Methods for managing indexes.

Structs

CreateIndex

Creates a new index in the collection of the given collection name. The type of the index and its details are given in the index parameter.

DeleteIndex

Deletes the index with the given index id.

GetIndex

Returns the index description for an index of a collection.

GetIndexList

Returns an IndexList with an attribute indexes containing an array of all index descriptions for the given collection.