first commit
This commit is contained in:
@@ -38,13 +38,13 @@ class ScoreCalculationService
|
||||
* Renders an overview of how the score for a certain document has been
|
||||
* calculated.
|
||||
*
|
||||
* @param string $solrDebugData debug data from the solr response
|
||||
* @param string $meilisearchDebugData debug data from the meilisearch response
|
||||
* @param string $queryFields
|
||||
* @return string The HTML showing the score analysis
|
||||
*/
|
||||
public function getRenderedScores($solrDebugData, $queryFields)
|
||||
public function getRenderedScores($meilisearchDebugData, $queryFields)
|
||||
{
|
||||
$highScores = $this->parseScores($solrDebugData, $queryFields);
|
||||
$highScores = $this->parseScores($meilisearchDebugData, $queryFields);
|
||||
return $this->render($highScores);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user