Class cebe\jssearch\Indexer

Inheritancecebe\jssearch\Indexer

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$files cebe\jssearch\Indexer
$index cebe\jssearch\Indexer

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
generateFileInfo() cebe\jssearch\Indexer

Property Details

$files public property
$files = []
$index public property
$index = []

Method Details

exportJs() public method

void exportJs( )
generateFileInfo() protected method

void generateFileInfo$file$contents$basePath$baseUrl )
$file
$contents
$basePath
$baseUrl
getAnalyzer() public method

cebe\jssearch\AnalyzerInterface getAnalyzer( )
getTokenizer() public method

cebe\jssearch\TokenizerInterface getTokenizer( )
indexFiles() public method

void indexFiles$files$basePath$baseUrl './' )
$files
$basePath
$baseUrl
setAnalyzer() public method

void setAnalyzer$analyzer )
$analyzer cebe\jssearch\AnalyzerInterface
setTokenizer() public method

void setTokenizer$tokenizer )
$tokenizer cebe\jssearch\TokenizerInterface