PHP 클래스 Sleimanx2\Plastic\PlasticResult

파일 보기 프로젝트 열기: sleimanx2/plastic 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$aggregations array | null The aggregations result.
$hits Result of the query.
$maxScore Highest document score.
$shards
$timed_out Check if the query timed out.
$took Time needed to execute the query.
$totalHits Total number of hits.

공개 메소드들

메소드 설명
__construct ( array $results ) _construct.
aggregations ( ) : array Get aggregations.
hits ( ) : array Get Hits.
maxScore ( ) : float Max Score.
setHits ( $values ) Set the hits value.
shards ( ) : array Get Shards.
timedOut ( ) : boolean Timed Out.
took ( ) : string Took.
totalHits ( ) : integer Total Hits.

메소드 상세

__construct() 공개 메소드

_construct.
public __construct ( array $results )
$results array

aggregations() 공개 메소드

Get the raw hits array from Elasticsearch results.
public aggregations ( ) : array
리턴 array

hits() 공개 메소드

Get the raw hits array from Elasticsearch results.
public hits ( ) : array
리턴 array

maxScore() 공개 메소드

Max Score.
public maxScore ( ) : float
리턴 float

setHits() 공개 메소드

Set the hits value.
public setHits ( $values )
$values

shards() 공개 메소드

Get Shards.
public shards ( ) : array
리턴 array

timedOut() 공개 메소드

Timed Out.
public timedOut ( ) : boolean
리턴 boolean

took() 공개 메소드

Took.
public took ( ) : string
리턴 string

totalHits() 공개 메소드

Total Hits.
public totalHits ( ) : integer
리턴 integer

프로퍼티 상세

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

The aggregations result.
protected array|null $aggregations
리턴 array | null

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

Result of the query.
protected $hits

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

Highest document score.
protected $maxScore

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

protected $shards

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

Check if the query timed out.
protected $timed_out

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

Time needed to execute the query.
protected $took

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

Total number of hits.
protected $totalHits