ensureIndexes() public method

Ensure indexes are created for all documents that can be loaded with the metadata factory.
public ensureIndexes ( integer $timeout = null )
$timeout integer Timeout (ms) for acknowledged index creation
 protected function processIndex(SchemaManager $sm)
 {
     $sm->ensureIndexes();
 }
Ejemplo n.º 2
0
 protected function processIndex(SchemaManager $sm)
 {
     $sm->ensureIndexes($this->timeout);
 }