TYPO3  7.6
Variables
indexed_search/ext_localconf.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['pageIndexing'][] = \TYPO3\CMS\IndexedSearch\Indexer::class
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['headerNoCache']['tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\TypoScriptFrontendHook::class . '->headerNoCache'
 
 $GLOBALS ['TYPO3_CONF_VARS']['EXTCONF']['crawler']['procInstructions']['tx_indexedsearch_reindex'] = 'Re-indexing'
 
 $GLOBALS ['TYPO3_CONF_VARS']['EXTCONF']['crawler']['cli_hooks']['tx_indexedsearch_crawl'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass']['tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass']['tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class
 
 $GLOBALS ['TYPO3_CONF_VARS']['EXTCONF']['indexed_search']['external_parsers']
 
 $GLOBALS ['TYPO3_CONF_VARS']['EXTCONF']['indexed_search']['use_tables'] = 'index_phash,index_fulltext,index_rel,index_words,index_section,index_grlist,index_stat_search,index_stat_word,index_debug,index_config'
 
 $_EXTCONF = unserialize($_EXTCONF)
 

Variable Documentation

$_EXTCONF = unserialize($_EXTCONF)

Definition at line 66 of file indexed_search/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['pageIndexing'][] = \TYPO3\CMS\IndexedSearch\Indexer::class

Definition at line 26 of file indexed_search/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['headerNoCache']['tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\TypoScriptFrontendHook::class . '->headerNoCache'

Definition at line 27 of file indexed_search/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['crawler']['procInstructions']['tx_indexedsearch_reindex'] = 'Re-indexing'

Definition at line 29 of file indexed_search/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['crawler']['cli_hooks']['tx_indexedsearch_crawl'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class

Definition at line 30 of file indexed_search/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass']['tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class

Definition at line 32 of file indexed_search/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass']['tx_indexedsearch'] = \TYPO3\CMS\IndexedSearch\Hook\CrawlerHook::class

Definition at line 33 of file indexed_search/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['indexed_search']['external_parsers']
Initial value:
= array(
'pdf' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'doc' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'docx' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'dotx' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'pps' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'ppsx' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'ppt' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'pptx' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'potx' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'xls' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'xlsx' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'xltx' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'sxc' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'sxi' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'sxw' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'ods' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'odp' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'odt' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'rtf' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'txt' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'html' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'htm' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'csv' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'xml' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'jpg' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'jpeg' => \TYPO3\CMS\IndexedSearch\FileContentParser::class,
'tif' => \TYPO3\CMS\IndexedSearch\FileContentParser::class
)

Definition at line 35 of file indexed_search/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['indexed_search']['use_tables'] = 'index_phash,index_fulltext,index_rel,index_words,index_section,index_grlist,index_stat_search,index_stat_word,index_debug,index_config'

Definition at line 64 of file indexed_search/ext_localconf.php.