3 * Global Search Engine for Moodle
4 * add-on 1.8+ : Valery Fremaux [valery.fremaux@club-internet.fr]
7 * this is a format handler for getting text out of a proprietary binary format
8 * so it can be indexed by Lucene search engine
11 function get_text_for_indexing_html(&$resource){
13 // wraps to htm handler
14 include_once 'physical_htm.php';
15 return get_text_for_indexing_htm($resource);