PHP 클래스 Smile\ElasticsuiteCore\Index\Bulk\BulkResponse

저자: Aurelien FOUCRET ([email protected])
상속: implements Smile\ElasticsuiteCore\Api\Index\Bulk\BulkResponseInterface
파일 보기 프로젝트 열기: smile-sa/elasticsuite

공개 메소드들

메소드 설명
__construct ( array $rawResponse ) Constructor.
aggregateErrorsByReason ( ) {@inheritDoc}
countErrors ( ) {@inheritDoc}
countSuccess ( ) {@inheritDoc}
getErrorItems ( ) {@inheritDoc}
getSuccessItems ( ) {@inheritDoc}
hasErrors ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $rawResponse )
$rawResponse array ES raw response.

aggregateErrorsByReason() 공개 메소드

{@inheritDoc}

countErrors() 공개 메소드

{@inheritDoc}
public countErrors ( )

countSuccess() 공개 메소드

{@inheritDoc}
public countSuccess ( )

getErrorItems() 공개 메소드

{@inheritDoc}
public getErrorItems ( )

getSuccessItems() 공개 메소드

{@inheritDoc}
public getSuccessItems ( )

hasErrors() 공개 메소드

{@inheritDoc}
public hasErrors ( )