Exemple #1
0
 /**
  * Constructor
  *
  * @param array $arguments
  */
 public function __construct(array $arguments = array())
 {
     if (is_null($this->search)) {
         $this->search = GeneralUtility::makeInstance('ApacheSolrForTypo3\\Solr\\Search');
         $this->maxScore = $this->search->getMaximumResultScore();
     }
 }