Bug #19214 » class.indexer.php.patch
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'] = isset($pObj->config['config']['index_metatags']) ? $pObj->config['config']['index_metatags'] : true;
|
||
// Init and start indexing:
|
||
$this->init();
|