/**
  * Returns the pid if the Tika server has been started through the backend
  * module.
  *
  * @return integer|null Tika Server pid or null if not found
  */
 protected function getTikaServerPid()
 {
     return $this->tikaService->getServerPid();
 }