3 declare(strict_types=1);
54 if (!strlen($this->
getXML())) {
57 $hits =
new SimpleXMLElement($this->
getXML());
62 foreach ($hits->children() as $object) {
63 if (isset($object[
'absoluteScore'])) {
64 $result->
addObject((
int) $object[
'id'], (
float) $object[
'absoluteScore']);
66 $result->
addObject((
int) $object[
'id'], (
float) $object->Item[0][
'absoluteScore']);
parse(ilLuceneSearchResult $result)
Parse XML.
addObject(int $a_value, float $a_relevance=0)
__construct(string $a_xml)
Constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setMaxScore(float $a_score)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTotalHits(int $a_hits)