ensureIndexes() 공개 메소드

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();
 }
예제 #2
0
 protected function processIndex(SchemaManager $sm)
 {
     $sm->ensureIndexes($this->timeout);
 }