PHP Class eZ\Publish\Core\Search\Legacy\Content\Indexer

Inheritance: extends eZ\Publish\Core\Search\Common\Indexer
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$searchHandler Handler

Public Methods

Method Description
createSearchIndex ( Symfony\Component\Console\Output\OutputInterface $output, integer $iterationCount, boolean $commit ) Create search engine index.

Method Details

createSearchIndex() public method

Create search engine index.
public createSearchIndex ( Symfony\Component\Console\Output\OutputInterface $output, integer $iterationCount, boolean $commit )
$output Symfony\Component\Console\Output\OutputInterface
$iterationCount integer
$commit boolean commit changes after each iteration

Property Details

$searchHandler protected property

protected Handler,eZ\Publish\Core\Search\Legacy\Content $searchHandler
return Handler