Elastification PHP Client API
Class

Elastification\Client\Response\Shared\AbstractSearchResponse

abstract class AbstractSearchResponse extends Response

Class AbstractSearchResponse

Constants

PROP_INDEX

PROP_TYPE

PROP_SHARDS

PROP_TOOK

PROP_TIMED_OUT

PROP_HITS

PROP_HITS_TOTAL

PROP_HITS_MAX_SCORE

PROP_HITS_HITS

Methods

void __construct($rawData $rawData, SerializerInterface $serializer, array $serializerParams = array())

from Response
mixed getData()

from Response
string getRawData()

from Response
SerializerInterface getSerializer()

from Response
mixed getIndex()

Getter Method

mixed getType()

Getter Method

mixed took()

Getter Method

mixed timedOut()

Getter Method

mixed getShards()

Getter Method

mixed getHits()

Getter Method

mixed totalHits()

Getter Method

mixed maxScoreHits()

Getter Method

mixed getHitsHits()

Getter Method

Details

in Response at line 57
public void __construct($rawData $rawData, SerializerInterface $serializer, array $serializerParams = array())

Parameters

$rawData $rawData
SerializerInterface $serializer
array $serializerParams

Return Value

void

in Response at line 67
public mixed getData()

Return Value

mixed

in Response at line 77
public string getRawData()

Return Value

string

in Response at line 85
public SerializerInterface getSerializer()

Return Value

SerializerInterface

at line 47
public mixed getIndex()

Getter Method

Return Value

mixed

at line 60
public mixed getType()

Getter Method

Return Value

mixed

at line 73
public mixed took()

Getter Method

Return Value

mixed

at line 86
public mixed timedOut()

Getter Method

Return Value

mixed

at line 99
public mixed getShards()

Getter Method

Return Value

mixed

at line 112
public mixed getHits()

Getter Method

Return Value

mixed

at line 125
public mixed totalHits()

Getter Method

Return Value

mixed

at line 136
public mixed maxScoreHits()

Getter Method

Return Value

mixed

at line 147
public mixed getHitsHits()

Getter Method

Return Value

mixed