ensureDocumentIndexes() public method

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);
 }