deleteIndexes() public method

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