Horde_Mongo_Collection_Index
in
Implement index creation on a MongoDB collection.
Tags
Table of Contents
- checkMongoIndices() : bool
- Are the indices up-to-date?
- createMongoIndices() : mixed
- Ensures that collection indices are created.
Methods
checkMongoIndices()
Are the indices up-to-date?
public
checkMongoIndices() : bool
Return values
bool —True if up-to-date.
createMongoIndices()
Ensures that collection indices are created.
public
createMongoIndices() : mixed