ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (string $a_xml) | |
Constructor. More... | |
getXML () | |
get xml More... | |
parse (ilLuceneSearchResult $result) | |
Parse XML. More... | |
Private Attributes | |
string | $xml |
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 Lucene search results
Definition at line 26 of file class.ilLuceneSearchResultParser.php.
ilLuceneSearchResultParser::__construct | ( | string | $a_xml | ) |
Constructor.
Definition at line 33 of file class.ilLuceneSearchResultParser.php.
ilLuceneSearchResultParser::getXML | ( | ) |
get xml
Definition at line 44 of file class.ilLuceneSearchResultParser.php.
References $xml.
Referenced by parse().
ilLuceneSearchResultParser::parse | ( | ilLuceneSearchResult | $result | ) |
Parse XML.
Definition at line 52 of file class.ilLuceneSearchResultParser.php.
References ilLuceneSearchResult\addObject(), ilLuceneSearchResult\getLimit(), getXML(), ILIAS\Repository\int(), ilLuceneSearchResult\setLimit(), ilLuceneSearchResult\setMaxScore(), and ilLuceneSearchResult\setTotalHits().
|
private |
Definition at line 28 of file class.ilLuceneSearchResultParser.php.
Referenced by getXML().