|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilLuceneHighlighterResultParser:Public Member Functions | |
| getMaxScore () | |
| setMaxScore (float $a_score) | |
| getRelevance (int $a_obj_id, int $sub_id) | |
| setResultString (string $a_res) | |
| getResultString () | |
| parse () | |
| parse More... | |
| getTitle (int $a_obj_id, int $a_sub_id) | |
| getDescription (int $a_obj_id, int $a_sub_id) | |
| getContent (int $a_obj_id, int $a_sub_id) | |
| getSubItemIds (int $a_obj_id) | |
Private Attributes | |
| string | $result_string = '' |
| array | $result = [] |
| float | $max_score = 0 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Parses result XML from lucene search highlight
Definition at line 30 of file class.ilLuceneHighlighterResultParser.php.
| ilLuceneHighlighterResultParser::getContent | ( | int | $a_obj_id, |
| int | $a_sub_id | ||
| ) |
Definition at line 109 of file class.ilLuceneHighlighterResultParser.php.
| ilLuceneHighlighterResultParser::getDescription | ( | int | $a_obj_id, |
| int | $a_sub_id | ||
| ) |
Definition at line 104 of file class.ilLuceneHighlighterResultParser.php.
| ilLuceneHighlighterResultParser::getMaxScore | ( | ) |
Definition at line 38 of file class.ilLuceneHighlighterResultParser.php.
References $max_score.
Referenced by getRelevance().
Here is the caller graph for this function:| ilLuceneHighlighterResultParser::getRelevance | ( | int | $a_obj_id, |
| int | $sub_id | ||
| ) |
Definition at line 48 of file class.ilLuceneHighlighterResultParser.php.
References getMaxScore().
Here is the call graph for this function:| ilLuceneHighlighterResultParser::getResultString | ( | ) |
Definition at line 63 of file class.ilLuceneHighlighterResultParser.php.
References $result_string.
Referenced by parse().
Here is the caller graph for this function:| ilLuceneHighlighterResultParser::getSubItemIds | ( | int | $a_obj_id | ) |
Definition at line 117 of file class.ilLuceneHighlighterResultParser.php.
References $data.
| ilLuceneHighlighterResultParser::getTitle | ( | int | $a_obj_id, |
| int | $a_sub_id | ||
| ) |
Definition at line 99 of file class.ilLuceneHighlighterResultParser.php.
| ilLuceneHighlighterResultParser::parse | ( | ) |
parse
Definition at line 72 of file class.ilLuceneHighlighterResultParser.php.
References $name, ilLoggerFactory\getLogger(), getResultString(), and setMaxScore().
Here is the call graph for this function:| ilLuceneHighlighterResultParser::setMaxScore | ( | float | $a_score | ) |
Definition at line 43 of file class.ilLuceneHighlighterResultParser.php.
Referenced by parse().
Here is the caller graph for this function:| ilLuceneHighlighterResultParser::setResultString | ( | string | $a_res | ) |
Definition at line 58 of file class.ilLuceneHighlighterResultParser.php.
|
private |
Definition at line 34 of file class.ilLuceneHighlighterResultParser.php.
Referenced by getMaxScore().
|
private |
Definition at line 33 of file class.ilLuceneHighlighterResultParser.php.
|
private |
Definition at line 32 of file class.ilLuceneHighlighterResultParser.php.
Referenced by getResultString().