Elastification PHP Client API
Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AbstractBaseRequestClass in namespace Elastification\Client\Request\Shared
Class AbstractBaseRequest
AbstractCreateDocumentRequestClass in namespace Elastification\Client\Request\Shared
Class AbstractCreateDocumentRequest
AbstractDeleteDocumentRequestClass in namespace Elastification\Client\Request\Shared
Class AbstractDeleteDocumentRequest
AbstractGetDocumentRequestClass in namespace Elastification\Client\Request\Shared
Class AbstractGetDocumentRequest
AbstractGetMappingRequestClass in namespace Elastification\Client\Request\Shared
AbstractSearchRequestClass in namespace Elastification\Client\Request\Shared
Class AbstractSearchRequest
AbstractUpdateDocumentRequestClass in namespace Elastification\Client\Request\Shared
Class AbstractUpdateDocumentRequest
AbstractCreateIndexRequestClass in namespace Elastification\Client\Request\Shared\Index
Class AbstractCreateIndexRequest
AbstractDeleteIndexRequestClass in namespace Elastification\Client\Request\Shared\Index
Class AbstractDeleteIndexRequest
AbstractIndexExistsRequestClass in namespace Elastification\Client\Request\Shared\Index
Class AbstractIndexExists
AbstractRefreshIndexRequestClass in namespace Elastification\Client\Request\Shared\Index
Class AbstractRefreshIndexRequest
AbstractSearchResponseClass in namespace Elastification\Client\Response\Shared
Class AbstractSearchResponse
IndexResponse::acknowledged() — Method in class IndexResponse
Getter Method
$SearchResponseEntityProperty in class SearchResponseEntity

C

ClientClass in namespace Elastification\Client
The primary client class.
ClientInterfaceClass in namespace Elastification\Client
Interface ClientInterface
ClientVersionMapClass in namespace Elastification\Client
The version map.
ClientExceptionClass in namespace Elastification\Client\Exception
Class ClientException
RequestInterface::createResponse() — Method in class RequestInterface
CreateDocumentRequestClass in namespace Elastification\Client\Request\V090x
Class CreateDocumentRequest
CreateDocumentRequest::createResponse() — Method in class CreateDocumentRequest
DeleteDocumentRequest::createResponse() — Method in class DeleteDocumentRequest
GetDocumentRequest::createResponse() — Method in class GetDocumentRequest
GetMappingRequest::createResponse() — Method in class GetMappingRequest
CreateIndexRequestClass in namespace Elastification\Client\Request\V090x\Index
Class CreateIndexRequest
CreateIndexRequest::createResponse() — Method in class CreateIndexRequest
DeleteIndexRequest::createResponse() — Method in class DeleteIndexRequest
IndexExistsRequest::createResponse() — Method in class IndexExistsRequest
RefreshIndexRequest::createResponse() — Method in class RefreshIndexRequest
SearchRequest::createResponse() — Method in class SearchRequest
UpdateDocumentRequest::createResponse() — Method in class UpdateDocumentRequest
CreateDocumentRequestClass in namespace Elastification\Client\Request\V1x
CreateDocumentRequest::createResponse() — Method in class CreateDocumentRequest
DeleteDocumentRequest::createResponse() — Method in class DeleteDocumentRequest
GetDocumentRequest::createResponse() — Method in class GetDocumentRequest
SearchRequest::createResponse() — Method in class SearchRequest
UpdateDocumentRequest::createResponse() — Method in class UpdateDocumentRequest
CreateUpdateDocumentResponseClass in namespace Elastification\Client\Response\V090x
Class CreateUpdateDocumentResponse
CreateUpdateDocumentResponseClass in namespace Elastification\Client\Response\V1x
CreateUpdateDocumentResponse::created() — Method in class CreateUpdateDocumentResponse
NativeArrayGateway::current() — Method in class NativeArrayGateway
Return the current element
NativeArrayGateway::count() — Method in class NativeArrayGateway
Count elements of an object
NativeObjectGateway::current() — Method in class NativeObjectGateway
(PHP 5 >= 5.0.0)
Return the current element
NativeObjectGateway::count() — Method in class NativeObjectGateway
(PHP 5 >= 5.1.0)
Count elements of an object
GuzzleTransport::createRequest() — Method in class GuzzleTransport
ThriftTransport::createRequest() — Method in class ThriftTransport
TransportInterface::createRequest() — Method in class TransportInterface

D

DeleteDocumentRequestClass in namespace Elastification\Client\Request\V090x
Class DeleteDocumentRequest
DeleteIndexRequestClass in namespace Elastification\Client\Request\V090x\Index
Class DeleteIndexRequest
DeleteDocumentRequestClass in namespace Elastification\Client\Request\V1x
DeleteDocumentResponseClass in namespace Elastification\Client\Response\V090x
Class DeleteDocumentResponse
DocumentResponseClass in namespace Elastification\Client\Response\V090x
Class DocumentResponse
DeleteDocumentResponseClass in namespace Elastification\Client\Response\V1x
DocumentResponseClass in namespace Elastification\Client\Response\V1x
DoNothingSerializerClass in namespace Elastification\Client\Serializer
A simple pass-through "serializer".
DoNothingSerializer::deserialize() — Method in class DoNothingSerializer
DeserializationFailureExceptionClass in namespace Elastification\Client\Serializer\Exception
Part of the exception translator pattern.
JmsSerializer::deserialize() — Method in class JmsSerializer
Deserializes given data to array or object
NativeJsonSerializer::deserialize() — Method in class NativeJsonSerializer
SerializerInterface::deserialize() — Method in class SerializerInterface
Deserializes given data to array or object.

E

DocumentResponse::exists() — Method in class DocumentResponse
Getter Method

F

DeleteDocumentResponse::found() — Method in class DeleteDocumentResponse
Getter Method
DeleteDocumentResponse::found() — Method in class DeleteDocumentResponse
DocumentResponse::found() — Method in class DocumentResponse
$SearchResponseEntityProperty in class SearchResponseEntity
$ShardsProperty in class Shards
ThriftTransportConnectionFactory::factory() — Method in class ThriftTransportConnectionFactory

G

Client::getRequest() — Method in class Client
ClientInterface::getRequest() — Method in class ClientInterface
Gets a predefined and registered request.
ClientVersionMap::getVersion() — Method in class ClientVersionMap
Get the defined version for folders.
RequestInterface::getIndex() — Method in class RequestInterface
Gets the elasticsearch index
RequestInterface::getType() — Method in class RequestInterface
Gets the elasticsearch type
RequestInterface::getMethod() — Method in class RequestInterface
Gets the request method
RequestInterface::getAction() — Method in class RequestInterface
Gets the elasticsearch action/endpoint like (_search, _mapping)
RequestInterface::getSerializer() — Method in class RequestInterface
Gets the serializer
RequestInterface::getSerializerParams() — Method in class RequestInterface
Gets the serializer params
RequestInterface::getBody() — Method in class RequestInterface
get the body
RequestInterface::getSupportedClass() — Method in class RequestInterface
gets a response class name that is supported by this class
RequestManager::getRequest() — Method in class RequestManager
RequestManagerInterface::getRequest() — Method in class RequestManagerInterface
Gets a defined request.
AbstractBaseRequest::getIndex() — Method in class AbstractBaseRequest
AbstractBaseRequest::getType() — Method in class AbstractBaseRequest
AbstractBaseRequest::getSerializer() — Method in class AbstractBaseRequest
AbstractBaseRequest::getSerializerParams() — Method in class AbstractBaseRequest
AbstractCreateDocumentRequest::getMethod() — Method in class AbstractCreateDocumentRequest
AbstractCreateDocumentRequest::getAction() — Method in class AbstractCreateDocumentRequest
AbstractCreateDocumentRequest::getBody() — Method in class AbstractCreateDocumentRequest
AbstractDeleteDocumentRequest::getMethod() — Method in class AbstractDeleteDocumentRequest
AbstractDeleteDocumentRequest::getAction() — Method in class AbstractDeleteDocumentRequest
AbstractDeleteDocumentRequest::getBody() — Method in class AbstractDeleteDocumentRequest
AbstractGetDocumentRequest::getMethod() — Method in class AbstractGetDocumentRequest
AbstractGetDocumentRequest::getAction() — Method in class AbstractGetDocumentRequest
AbstractGetDocumentRequest::getBody() — Method in class AbstractGetDocumentRequest
AbstractGetMappingRequest::getMethod() — Method in class AbstractGetMappingRequest
AbstractGetMappingRequest::getAction() — Method in class AbstractGetMappingRequest
AbstractGetMappingRequest::getBody() — Method in class AbstractGetMappingRequest
get the body
AbstractSearchRequest::getMethod() — Method in class AbstractSearchRequest
AbstractSearchRequest::getAction() — Method in class AbstractSearchRequest
AbstractSearchRequest::getBody() — Method in class AbstractSearchRequest
AbstractUpdateDocumentRequest::getMethod() — Method in class AbstractUpdateDocumentRequest
AbstractUpdateDocumentRequest::getAction() — Method in class AbstractUpdateDocumentRequest
AbstractUpdateDocumentRequest::getBody() — Method in class AbstractUpdateDocumentRequest
AbstractCreateIndexRequest::getMethod() — Method in class AbstractCreateIndexRequest
AbstractCreateIndexRequest::getAction() — Method in class AbstractCreateIndexRequest
AbstractCreateIndexRequest::getType() — Method in class AbstractCreateIndexRequest
AbstractCreateIndexRequest::getBody() — Method in class AbstractCreateIndexRequest
AbstractDeleteIndexRequest::getMethod() — Method in class AbstractDeleteIndexRequest
AbstractDeleteIndexRequest::getAction() — Method in class AbstractDeleteIndexRequest
AbstractDeleteIndexRequest::getType() — Method in class AbstractDeleteIndexRequest
AbstractDeleteIndexRequest::getBody() — Method in class AbstractDeleteIndexRequest
AbstractIndexExistsRequest::getMethod() — Method in class AbstractIndexExistsRequest
AbstractIndexExistsRequest::getAction() — Method in class AbstractIndexExistsRequest
AbstractIndexExistsRequest::getType() — Method in class AbstractIndexExistsRequest
AbstractIndexExistsRequest::getBody() — Method in class AbstractIndexExistsRequest
AbstractRefreshIndexRequest::getMethod() — Method in class AbstractRefreshIndexRequest
AbstractRefreshIndexRequest::getAction() — Method in class AbstractRefreshIndexRequest
AbstractRefreshIndexRequest::getType() — Method in class AbstractRefreshIndexRequest
AbstractRefreshIndexRequest::getBody() — Method in class AbstractRefreshIndexRequest
CreateDocumentRequest::getSupportedClass() — Method in class CreateDocumentRequest
gets a response class name that is supported by this class
DeleteDocumentRequest::getSupportedClass() — Method in class DeleteDocumentRequest
gets a response class name that is supported by this class
GetDocumentRequestClass in namespace Elastification\Client\Request\V090x
Class GetDocumentRequest
GetDocumentRequest::getSupportedClass() — Method in class GetDocumentRequest
gets a response class name that is supported by this class
GetMappingRequestClass in namespace Elastification\Client\Request\V090x
Class GetMappingRequest
GetMappingRequest::getSupportedClass() — Method in class GetMappingRequest
gets a response class name that is supported by this class
CreateIndexRequest::getSupportedClass() — Method in class CreateIndexRequest
gets a response class name that is supported by this class
DeleteIndexRequest::getSupportedClass() — Method in class DeleteIndexRequest
gets a response class name that is supported by this class
IndexExistsRequest::getSupportedClass() — Method in class IndexExistsRequest
gets a response class name that is supported by this class
RefreshIndexRequest::getSupportedClass() — Method in class RefreshIndexRequest
gets a response class name that is supported by this class
SearchRequest::getSupportedClass() — Method in class SearchRequest
gets a response class name that is supported by this class
UpdateDocumentRequest::getSupportedClass() — Method in class UpdateDocumentRequest
gets a response class name that is supported by this class
CreateDocumentRequest::getSupportedClass() — Method in class CreateDocumentRequest
gets a response class name that is supported by this class
DeleteDocumentRequest::getSupportedClass() — Method in class DeleteDocumentRequest
gets a response class name that is supported by this class
GetDocumentRequestClass in namespace Elastification\Client\Request\V1x
GetDocumentRequest::getSupportedClass() — Method in class GetDocumentRequest
gets a response class name that is supported by this class
SearchRequest::getSupportedClass() — Method in class SearchRequest
gets a response class name that is supported by this class
UpdateDocumentRequest::getSupportedClass() — Method in class UpdateDocumentRequest
gets a response class name that is supported by this class
Response::getData() — Method in class Response
Response::getRawData() — Method in class Response
Response::getSerializer() — Method in class Response
ResponseInterface::getData() — Method in class ResponseInterface
Gets the converted data of the response
ResponseInterface::getRawData() — Method in class ResponseInterface
Gets the raw not converted data of the response
ResponseInterface::getSerializer() — Method in class ResponseInterface
Gets the current defined serializer
AbstractSearchResponse::getIndex() — Method in class AbstractSearchResponse
Getter Method
AbstractSearchResponse::getType() — Method in class AbstractSearchResponse
Getter Method
AbstractSearchResponse::getShards() — Method in class AbstractSearchResponse
Getter Method
AbstractSearchResponse::getHits() — Method in class AbstractSearchResponse
Getter Method
AbstractSearchResponse::getHitsHits() — Method in class AbstractSearchResponse
Getter Method
CreateUpdateDocumentResponse::getId() — Method in class CreateUpdateDocumentResponse
Getter Method
CreateUpdateDocumentResponse::getVersion() — Method in class CreateUpdateDocumentResponse
Getter Method
CreateUpdateDocumentResponse::getIndex() — Method in class CreateUpdateDocumentResponse
Getter Method
CreateUpdateDocumentResponse::getType() — Method in class CreateUpdateDocumentResponse
Getter Method
DeleteDocumentResponse::getId() — Method in class DeleteDocumentResponse
Getter Method
DeleteDocumentResponse::getVersion() — Method in class DeleteDocumentResponse
Getter Method
DeleteDocumentResponse::getIndex() — Method in class DeleteDocumentResponse
Getter Method
DeleteDocumentResponse::getType() — Method in class DeleteDocumentResponse
Getter Method
DocumentResponse::getSource() — Method in class DocumentResponse
gets the source of the response
DocumentResponse::getId() — Method in class DocumentResponse
Getter Method
DocumentResponse::getVersion() — Method in class DocumentResponse
Getter Method
DocumentResponse::getIndex() — Method in class DocumentResponse
Getter Method
DocumentResponse::getType() — Method in class DocumentResponse
Getter Method
RefreshIndexResponse::getShards() — Method in class RefreshIndexResponse
Getter Method
CreateUpdateDocumentResponse::getId() — Method in class CreateUpdateDocumentResponse
CreateUpdateDocumentResponse::getVersion() — Method in class CreateUpdateDocumentResponse
CreateUpdateDocumentResponse::getIndex() — Method in class CreateUpdateDocumentResponse
CreateUpdateDocumentResponse::getType() — Method in class CreateUpdateDocumentResponse
DeleteDocumentResponse::getId() — Method in class DeleteDocumentResponse
DeleteDocumentResponse::getVersion() — Method in class DeleteDocumentResponse
DeleteDocumentResponse::getIndex() — Method in class DeleteDocumentResponse
DeleteDocumentResponse::getType() — Method in class DeleteDocumentResponse
DocumentResponse::getSource() — Method in class DocumentResponse
gets the source of the response
DocumentResponse::getId() — Method in class DocumentResponse
DocumentResponse::getVersion() — Method in class DocumentResponse
DocumentResponse::getIndex() — Method in class DocumentResponse
DocumentResponse::getType() — Method in class DocumentResponse
GatewayInterfaceClass in namespace Elastification\Client\Serializer\Gateway
Interface for accessing properties of the serialized data.
GatewayInterface::getGatewayValue() — Method in class GatewayInterface
Returns the original value.
NativeArrayGateway::getGatewayValue() — Method in class NativeArrayGateway
Returns the original value.
NativeObjectGateway::getGatewayValue() — Method in class NativeObjectGateway
Returns the original value.
JmsSerializer::getJmsSerializeContext() — Method in class JmsSerializer
JmsSerializer::getJmsDeserializeContext() — Method in class JmsSerializer
JmsSerializer::getDeserializerClass() — Method in class JmsSerializer
SourceSubscribingHandler::getSubscribingMethods() — Method in class SourceSubscribingHandler
Return format:
GuzzleTransportClass in namespace Elastification\Client\Transport\HttpGuzzle
GuzzleTransportRequestClass in namespace Elastification\Client\Transport\HttpGuzzle
GuzzleTransportRequest::getWrappedRequest() — Method in class GuzzleTransportRequest
GuzzleTransportResponseClass in namespace Elastification\Client\Transport\HttpGuzzle
GuzzleTransportResponse::getBody() — Method in class GuzzleTransportResponse
ThriftTransportRequest::getWrappedRequest() — Method in class ThriftTransportRequest
ThriftTransportResponse::getBody() — Method in class ThriftTransportResponse
TransportResponseInterface::getBody() — Method in class TransportResponseInterface

H

RequestManager::hasRequest() — Method in class RequestManager
RequestManagerInterface::hasRequest() — Method in class RequestManagerInterface
Checks if a reguest is registered for a name
DocumentResponse::hasSource() — Method in class DocumentResponse
checks if source exists
DocumentResponse::hasSource() — Method in class DocumentResponse
checks if source exists
HitClass in namespace Elastification\Client\Serializer\JmsSerializer
HitsClass in namespace Elastification\Client\Serializer\JmsSerializer
$HitsProperty in class Hits
$SearchResponseEntityProperty in class SearchResponseEntity

I

RequestMethods::isAllowed() — Method in class RequestMethods
Checks if the given method is allowed
IndexExistsRequestClass in namespace Elastification\Client\Request\V090x\Index
Class CreateDocumentRequest
CreateUpdateDocumentResponse::isOk() — Method in class CreateUpdateDocumentResponse
Getter Method
DeleteDocumentResponse::isOk() — Method in class DeleteDocumentResponse
Getter Method
IndexResponseClass in namespace Elastification\Client\Response\V090x\Index
Class CreateUpdateDocumentResponse
IndexResponse::isOk() — Method in class IndexResponse
Getter Method
RefreshIndexResponse::isOk() — Method in class RefreshIndexResponse
Getter Method
DeleteDocumentResponse::isOk() — Method in class DeleteDocumentResponse

J

JmsSerializerClass in namespace Elastification\Client\Serializer
JMS Serializer.

K

NativeArrayGateway::key() — Method in class NativeArrayGateway
Return the key of the current element
NativeObjectGateway::key() — Method in class NativeObjectGateway
(PHP 5 >= 5.0.0)
Return the key of the current element

M

AbstractSearchResponse::maxScoreHits() — Method in class AbstractSearchResponse
Getter Method
$HitsProperty in class Hits

N

NativeArrayGatewayClass in namespace Elastification\Client\Serializer\Gateway
Represents a gateway to an array.
NativeArrayGateway::next() — Method in class NativeArrayGateway
Move forward to next element
NativeObjectGatewayClass in namespace Elastification\Client\Serializer\Gateway
NativeObjectGateway::next() — Method in class NativeObjectGateway
(PHP 5 >= 5.0.0)
Move forward to next element
NativeJsonSerializerClass in namespace Elastification\Client\Serializer
Simple Native JSON Serializer.

O

NativeArrayGateway::offsetExists() — Method in class NativeArrayGateway
Whether a offset exists
NativeArrayGateway::offsetGet() — Method in class NativeArrayGateway
Offset to retrieve
NativeArrayGateway::offsetSet() — Method in class NativeArrayGateway
Offset to set
NativeArrayGateway::offsetUnset() — Method in class NativeArrayGateway
Offset to unset
NativeObjectGateway::offsetExists() — Method in class NativeObjectGateway
(PHP 5 >= 5.0.0)
Whether a offset exists
NativeObjectGateway::offsetGet() — Method in class NativeObjectGateway
(PHP 5 >= 5.0.0)
Offset to retrieve
NativeObjectGateway::offsetSet() — Method in class NativeObjectGateway
(PHP 5 >= 5.0.0)
Offset to set
NativeObjectGateway::offsetUnset() — Method in class NativeObjectGateway
(PHP 5 >= 5.0.0)
Offset to unset

R

RequestExceptionClass in namespace Elastification\Client\Exception
Class RequestException
RequestManagerExceptionClass in namespace Elastification\Client\Exception
Class RequestManagerException
ResponseExceptionClass in namespace Elastification\Client\Exception
Class ResponseException
RequestInterfaceClass in namespace Elastification\Client\Request
Interface RequestInterface
RequestManagerClass in namespace Elastification\Client\Request
Class RequestManager
RequestManager::removeRequest() — Method in class RequestManager
RequestManager::reset() — Method in class RequestManager
RequestManagerInterfaceClass in namespace Elastification\Client\Request
Interface RequestManagerInterface
RequestManagerInterface::removeRequest() — Method in class RequestManagerInterface
removes a request by name.
RequestManagerInterface::reset() — Method in class RequestManagerInterface
deletes all requests.
RequestMethodsClass in namespace Elastification\Client\Request
Class RequestMethods
RefreshIndexRequestClass in namespace Elastification\Client\Request\V090x\Index
Class RefreshIndexRequest
ResponseClass in namespace Elastification\Client\Response
Class Response
ResponseInterfaceClass in namespace Elastification\Client\Response
Interface ResponseInterface
RefreshIndexResponseClass in namespace Elastification\Client\Response\V090x\Index
Class RefreshIndexResponse
NativeArrayGateway::rewind() — Method in class NativeArrayGateway
Rewind the Iterator to the first element
NativeObjectGateway::rewind() — Method in class NativeObjectGateway
(PHP 5 >= 5.0.0)
Rewind the Iterator to the first element

S

Client::send() — Method in class Client
performs sending the request
ClientInterface::send() — Method in class ClientInterface
Sends the request through the configured transport.
RequestInterface::setBody() — Method in class RequestInterface
before setting data it should be serialized
RequestManager::setRequest() — Method in class RequestManager
RequestManagerInterface::setRequest() — Method in class RequestManagerInterface
Sets/registers a request by name
AbstractCreateDocumentRequest::setBody() — Method in class AbstractCreateDocumentRequest
AbstractDeleteDocumentRequest::setBody() — Method in class AbstractDeleteDocumentRequest
AbstractDeleteDocumentRequest::setId() — Method in class AbstractDeleteDocumentRequest
AbstractGetDocumentRequest::setBody() — Method in class AbstractGetDocumentRequest
AbstractGetDocumentRequest::setId() — Method in class AbstractGetDocumentRequest
AbstractGetMappingRequest::setBody() — Method in class AbstractGetMappingRequest
before setting data it should be serialized
AbstractSearchRequest::setBody() — Method in class AbstractSearchRequest
AbstractUpdateDocumentRequest::setBody() — Method in class AbstractUpdateDocumentRequest
AbstractUpdateDocumentRequest::setId() — Method in class AbstractUpdateDocumentRequest
Sets the document id
AbstractCreateIndexRequest::setBody() — Method in class AbstractCreateIndexRequest
AbstractDeleteIndexRequest::setBody() — Method in class AbstractDeleteIndexRequest
AbstractIndexExistsRequest::setBody() — Method in class AbstractIndexExistsRequest
AbstractRefreshIndexRequest::setBody() — Method in class AbstractRefreshIndexRequest
SearchRequestClass in namespace Elastification\Client\Request\V090x
Class SearchRequest
SearchRequestClass in namespace Elastification\Client\Request\V1x
SearchResponseClass in namespace Elastification\Client\Response\V090x
Class SearchResponse
SearchResponseClass in namespace Elastification\Client\Response\V1x
Class SearchResponse
DoNothingSerializer::serialize() — Method in class DoNothingSerializer
JmsSerializer::serialize() — Method in class JmsSerializer
Serializes given data to string
JmsSerializer::setJmsSerializeContext() — Method in class JmsSerializer
JmsSerializer::setJmsDeserializeContext() — Method in class JmsSerializer
JmsSerializer::setDeserializerClass() — Method in class JmsSerializer
SearchResponseEntityClass in namespace Elastification\Client\Serializer\JmsSerializer
Response Entity for Elasticseach Responses.
ShardsClass in namespace Elastification\Client\Serializer\JmsSerializer
$ShardsProperty in class Shards
SourceSubscribingHandlerClass in namespace Elastification\Client\Serializer\JmsSerializer
This handler enables us to dynamically inject a deserialization class for the _source element of the elasticsearch response.
SourceSubscribingHandler::serializeElastificationSource() — Method in class SourceSubscribingHandler
NativeJsonSerializer::serialize() — Method in class NativeJsonSerializer
SerializerInterfaceClass in namespace Elastification\Client\Serializer
Interface SerializerInterface
SerializerInterface::serialize() — Method in class SerializerInterface
Serializes given data to string.
GuzzleTransport::send() — Method in class GuzzleTransport
GuzzleTransportRequest::setBody() — Method in class GuzzleTransportRequest
GuzzleTransportRequest::setPath() — Method in class GuzzleTransportRequest
GuzzleTransportRequest::setQueryParams() — Method in class GuzzleTransportRequest
ThriftTransport::send() — Method in class ThriftTransport
ThriftTransportRequest::setBody() — Method in class ThriftTransportRequest
ThriftTransportRequest::setPath() — Method in class ThriftTransportRequest
ThriftTransportRequest::setQueryParams() — Method in class ThriftTransportRequest
TransportInterface::send() — Method in class TransportInterface
TransportRequestInterface::setBody() — Method in class TransportRequestInterface
TransportRequestInterface::setPath() — Method in class TransportRequestInterface
TransportRequestInterface::setQueryParams() — Method in class TransportRequestInterface

T

AbstractSearchResponse::took() — Method in class AbstractSearchResponse
Getter Method
AbstractSearchResponse::timedOut() — Method in class AbstractSearchResponse
Getter Method
AbstractSearchResponse::totalHits() — Method in class AbstractSearchResponse
Getter Method
$HitsProperty in class Hits
$SearchResponseEntityProperty in class SearchResponseEntity
$SearchResponseEntityProperty in class SearchResponseEntity
$ShardsProperty in class Shards
TransportLayerExceptionClass in namespace Elastification\Client\Transport\Exception
Part of the exception translator pattern.
ThriftTransportClass in namespace Elastification\Client\Transport\Thrift
Thrift transport implementation.
ThriftTransportConnectionFactoryClass in namespace Elastification\Client\Transport\Thrift
Factory class to create a thrift connection.
ThriftTransportRequestClass in namespace Elastification\Client\Transport\Thrift
ThriftTransportResponseClass in namespace Elastification\Client\Transport\Thrift
TransportInterfaceClass in namespace Elastification\Client\Transport
The transport itself.
TransportRequestInterfaceClass in namespace Elastification\Client\Transport
Represents a transport request.
TransportResponseInterfaceClass in namespace Elastification\Client\Transport
Represents a transport response.

U

UpdateDocumentRequestClass in namespace Elastification\Client\Request\V090x
Class UpdateDocumentRequest
UpdateDocumentRequestClass in namespace Elastification\Client\Request\V1x

V

NativeArrayGateway::valid() — Method in class NativeArrayGateway
Checks if current position is valid
NativeObjectGateway::valid() — Method in class NativeObjectGateway
(PHP 5 >= 5.0.0)
Checks if current position is valid

_

Client::__construct() — Method in class Client
TODO: think about an array of clients or a decision manager for get the right client (maybe voter patern)
AbstractBaseRequest::__construct() — Method in class AbstractBaseRequest
Response::__construct() — Method in class Response
ResponseInterface::__construct() — Method in class ResponseInterface
NativeArrayGateway::__construct() — Method in class NativeArrayGateway
NativeObjectGateway::__construct() — Method in class NativeObjectGateway
JmsSerializer::__construct() — Method in class JmsSerializer
$HitProperty in class Hit
$HitProperty in class Hit
$HitProperty in class Hit
$HitProperty in class Hit
$HitProperty in class Hit
$SearchResponseEntityProperty in class SearchResponseEntity
SourceSubscribingHandler::__construct() — Method in class SourceSubscribingHandler
GuzzleTransport::__construct() — Method in class GuzzleTransport
GuzzleTransportRequest::__construct() — Method in class GuzzleTransportRequest
GuzzleTransportResponse::__construct() — Method in class GuzzleTransportResponse
ThriftTransport::__construct() — Method in class ThriftTransport
ThriftTransportRequest::__construct() — Method in class ThriftTransportRequest
ThriftTransportResponse::__construct() — Method in class ThriftTransportResponse