ensureDocumentIndexes() 공개 메소드

Ensure the given document's indexes are created.
public ensureDocumentIndexes ( string $documentName, integer $timeout = null )
$documentName string
$timeout integer Timeout (ms) for acknowledged index creation
 protected function processDocumentIndex(SchemaManager $sm, $document)
 {
     $sm->ensureDocumentIndexes($document);
 }