| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Parses Lucene search results. More...
 Collaboration diagram for ilLuceneSearchResultParser:
 Collaboration diagram for ilLuceneSearchResultParser:| Public Member Functions | |
| __construct ($a_xml) | |
| Constructor. | |
| getXML () | |
| get xml | |
| parse (ilLuceneSearchResult $result) | |
| Parse XML. | |
| Private Attributes | |
| $xml | |
Parses Lucene search results.
Definition at line 33 of file class.ilLuceneSearchResultParser.php.
| ilLuceneSearchResultParser::__construct | ( | $a_xml | ) | 
Constructor.
| string | search result | 
Definition at line 42 of file class.ilLuceneSearchResultParser.php.
| ilLuceneSearchResultParser::getXML | ( | ) | 
get xml
| @return | 
Definition at line 53 of file class.ilLuceneSearchResultParser.php.
References $xml.
Referenced by parse().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLuceneSearchResultParser::parse | ( | ilLuceneSearchResult | $result | ) | 
Parse XML.
| object | ilLuceneSearchResult | 
Definition at line 63 of file class.ilLuceneSearchResultParser.php.
References $result, ilLuceneSearchResult\addObject(), ilLuceneSearchResult\getLimit(), getXML(), ilLuceneSearchResult\setLimit(), ilLuceneSearchResult\setMaxScore(), and ilLuceneSearchResult\setTotalHits().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 35 of file class.ilLuceneSearchResultParser.php.
Referenced by getXML().