/**
  * get result link configuration
  * It can devide between the result types (file, page, content)
  *
  * @return array configuration for typolink
  */
 public function getResultLinkConfiguration()
 {
     return tx_kesearch_helper::getResultLinkConfiguration($this->row, $this->conf['resultLinkTarget'], $this->conf['resultLinkTargetFiles']);
 }