TYPO3 CMS  TYPO3_6-2
tx_indexedsearch_indexer Class Reference
Inheritance diagram for tx_indexedsearch_indexer:
TYPO3\CMS\IndexedSearch\Indexer

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\IndexedSearch\Indexer
 hook_indexContent (&$pObj)
 
 backend_initIndexer ($id, $type, $sys_language_uid, $MP, $uidRL, $cHash_array=array(), $createCHash=FALSE)
 
 backend_setFreeIndexUid ($freeIndexUid, $freeIndexSetId=0)
 
 backend_indexAsTYPO3Page ($title, $keywords, $description, $content, $charset, $mtime, $crdate=0, $recordUid=0)
 
 init ()
 
 initializeExternalParsers ()
 
 indexTypo3PageContent ()
 
 splitHTMLContent ($content)
 
 getHTMLcharset ($content)
 
 convertHTMLToUtf8 ($content, $charset='')
 
 embracingTags ($string, $tagName, &$tagContent, &$stringAfter, &$paramList)
 
 typoSearchTags (&$body)
 
 extractLinks ($content)
 
 extractHyperLinks ($html)
 
 extractBaseHref ($html)
 
 indexExternalUrl ($externalUrl)
 
 getUrlHeaders ($url)
 
 indexRegularDocument ($file, $force=FALSE, $contentTmpFile='', $altExtension='')
 
 readFileContent ($fileExtension, $absoluteFileName, $sectionPointer)
 
 fileContentParts ($ext, $absFile)
 
 splitRegularContent ($content)
 
 charsetEntity2utf8 (&$contentArr, $charset)
 
 processWordsInArrays ($contentArr)
 
 bodyDescription ($contentArr)
 
 indexAnalyze ($content)
 
 analyzeHeaderinfo (&$retArr, $content, $key, $offset)
 
 analyzeBody (&$retArr, $content)
 
 metaphone ($word, $returnRawMetaphoneValue=FALSE)
 
 submitPage ()
 
 submit_grlist ($hash, $phash_x)
 
 submit_section ($hash, $hash_t3)
 
 removeOldIndexedPages ($phash)
 
 submitFilePage ($hash, $file, $subinfo, $ext, $mtime, $ctime, $size, $content_md5h, $contentParts)
 
 submitFile_grlist ($hash)
 
 submitFile_section ($hash)
 
 removeOldIndexedFiles ($phash)
 
 checkMtimeTstamp ($mtime, $phash)
 
 checkContentHash ()
 
 checkExternalDocContentHash ($hashGr, $content_md5h)
 
 is_grlist_set ($phash_x)
 
 update_grlist ($phash, $phash_x)
 
 updateTstamp ($phash, $mtime=0)
 
 updateSetId ($phash)
 
 updateParsetime ($phash, $parsetime)
 
 updateRootline ()
 
 getRootLineFields (array &$fieldArray)
 
 removeLoginpagesWithContentHash ()
 
 includeCrawlerClass ()
 
 checkWordList ($wordListArray)
 
 submitWords ($wordList, $phash)
 
 freqMap ($freq)
 
 setT3Hashes ()
 
 setExtHashes ($file, $subinfo=array())
 
 log_push ($msg, $key)
 
 log_pull ()
 
 log_setTSlogMessage ($msg, $errorNum=0)
 
- Public Attributes inherited from TYPO3\CMS\IndexedSearch\Indexer
 $reasons
 
 $excludeSections = 'script,style'
 
 $external_parsers = array()
 
 $defaultGrList = '0,-1'
 
 $tstamp_maxAge = 0
 
 $tstamp_minAge = 0
 
 $maxExternalFiles = 0
 
 $forceIndexing = FALSE
 
 $crawlerActive = FALSE
 
 $defaultContentArray
 
 $wordcount = 0
 
 $externalFileCounter = 0
 
 $conf = array()
 
 $indexerConfig = array()
 
 $hash = array()
 
 $file_phash_arr = array()
 
 $contentParts = array()
 
 $content_md5h = ''
 
 $internal_log = array()
 
 $indexExternalUrl_content = ''
 
 $cHashParams = array()
 
 $freqRange = 32000
 
 $freqMax = 0.1
 
 $enableMetaphoneSearch = FALSE
 
 $storeMetaphoneInfoAsWords
 
 $metaphoneContent = ''
 
 $csObj
 
 $metaphoneObj
 
 $lexerObj
 
 $flagBitMask
 
- Protected Member Functions inherited from TYPO3\CMS\IndexedSearch\Indexer
 createLocalPath ($sourcePath)
 
 createLocalPathFromT3vars ($sourcePath)
 
 createLocalPathUsingDomainURL ($sourcePath)
 
 createLocalPathUsingAbsRefPrefix ($sourcePath)
 
 createLocalPathFromAbsoluteURL ($sourcePath)
 
 createLocalPathFromRelativeURL ($sourcePath)
 
 addSpacesToKeywordList ($keywordList)
 
- Static Protected Member Functions inherited from TYPO3\CMS\IndexedSearch\Indexer
static isRelativeURL ($url)
 
static isAllowedLocalFile ($filePath)
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 5317 of file LegacyClassesForIde.php.