Project

General

Profile

Bug #19214 » class.indexer-2.php.patch

Administrator Admin, 2008-08-13 09:20

View differences:

class.indexer.php (working copy)
// Configuration of behavior:
$this->conf['index_externals'] = 1; // Whether to index external documents like PDF, DOC etc. (if possible)
$this->conf['index_descrLgd'] = 200; // Length of description text (max 250, default 200)
$this->conf['index_metatags'] = true; // Whether to index document keywords and description (if present)
// Init and start indexing:
$this->init();
(2-2/2)