/**
  * Tries to connect to Tika server
  *
  * @return bool TRUE if the Tika server responds, FALSE otherwise.
  * @throws \Exception
  */
 protected function isTikaServerRunning()
 {
     return $this->tikaService->isServerRunning();
 }