PHP 클래스 eZ\Publish\Core\Search\Elasticsearch\Content\Indexer

상속: extends eZ\Publish\Core\Search\Common\Indexer
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$searchHandler Handler

공개 메소드들

메소드 설명
createSearchIndex ( Symfony\Component\Console\Output\OutputInterface $output, integer $iterationCount, boolean $commit ) Create search engine index.

비공개 메소드들

메소드 설명
indexLocations ( integer $contentId, ProgressBar $progress ) Index Locations of the given Content Object.

메소드 상세

createSearchIndex() 공개 메소드

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

프로퍼티 상세

$searchHandler 보호되어 있는 프로퍼티

protected Handler,eZ\Publish\Core\Search\Elasticsearch\Content $searchHandler
리턴 Handler