PHP 클래스 eZ\Publish\Core\Search\Legacy\Content\WordIndexer\Gateway

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
bulkIndex ( array $fullTextBulkData ) Indexes an array of FullTextData objects.
index ( FullTextData $fullTextValue ) Index search engine FullTextData objects corresponding to content object field values.
purgeIndex ( ) Remove entire search index.
remove ( mixed $contentId, mixed | null $versionId = null ) Remove whole content or a specific version from index.

메소드 상세

bulkIndex() 추상적인 공개 메소드

Indexes an array of FullTextData objects.
abstract public bulkIndex ( array $fullTextBulkData )
$fullTextBulkData array

index() 추상적인 공개 메소드

Index search engine FullTextData objects corresponding to content object field values.
abstract public index ( FullTextData $fullTextValue )
$fullTextValue eZ\Publish\Core\Search\Legacy\Content\FullTextData

purgeIndex() 추상적인 공개 메소드

Remove entire search index.
abstract public purgeIndex ( )

remove() 추상적인 공개 메소드

Remove whole content or a specific version from index.
abstract public remove ( mixed $contentId, mixed | null $versionId = null )
$contentId mixed
$versionId mixed | null