private function getDocmanActions()
 {
     $max_file_size = $this->plugin->getPluginInfo()->getPropertyValueForName('fulltextsearch_max_indexed_file_size');
     return new FullTextSearchDocmanActions($this->index_client, new ElasticSearch_1_2_RequestDocmanDataFactory($this->getBareDocmanMetadataFactory(), new Docman_PermissionsItemManager(), new Docman_ApprovalTableFactoriesFactory()), $this->logger, $max_file_size);
 }