Esempio n. 1
0
 /**
  *
  */
 public function __construct()
 {
     $this->configuration = Util::getSolrConfiguration();
     $this->highlightFields = $this->configuration->getSearchResultsHighlightingFieldsAsArray();
     $this->fragmentSeparator = $this->configuration->getSearchResultsHighlightingFragmentSeparator();
 }