createIndexes() public method (available since version 2.1)
Creates indexes in the collection.
public void createIndexes ( $collection, $indexes ) | ||
---|---|---|
$collection | string|array |
Name of the collection |
$indexes | array |
Indexes specifications. |
createIndexes() public method (available since version 2.1)
Creates indexes in the collection.
public void createIndexes ( $collection, $indexes ) | ||
---|---|---|
$collection | string|array |
Name of the collection |
$indexes | array |
Indexes specifications. |
Please login to continue.