deleteIndexes() public method

Delete indexes for all documents that can be loaded with the metadata factory.
public deleteIndexes ( )
示例#1
0
 protected function processIndex(SchemaManager $sm)
 {
     $sm->deleteIndexes();
 }