Exemple #1
0
 /**
  * Constructor.
  *
  */
 public function __construct(array $arguments = array())
 {
     if (is_null($this->search)) {
         $this->search = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('Tx_Solr_Search');
         $this->maxScore = $this->search->getMaximumResultScore();
     }
 }
 /**
  * Constructor.
  *
  */
 public function __construct(array $arguments = array())
 {
     if (is_null($this->search)) {
         $this->search = t3lib_div::makeInstance('Tx_Solr_Search');
         $this->maxScore = $this->search->getMaximumResultScore();
     }
 }