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())
in Response at line 67
public mixed
getData()
in Response at line 77
public string
getRawData()
in Response at line 85
public SerializerInterface
getSerializer()
at line 47
public mixed
getIndex()
Getter Method
at line 60
public mixed
getType()
Getter Method
at line 73
public mixed
took()
Getter Method
at line 86
public mixed
timedOut()
Getter Method
at line 99
public mixed
getShards()
Getter Method
at line 112
public mixed
getHits()
Getter Method
at line 125
public mixed
totalHits()
Getter Method
at line 136
public mixed
maxScoreHits()
Getter Method
at line 147
public mixed
getHitsHits()
Getter Method