A
- AbstractBaseRequest — Class in namespace Elastification\Client\Request\Shared
- Class AbstractBaseRequest
- AbstractCreateDocumentRequest — Class in namespace Elastification\Client\Request\Shared
- Class AbstractCreateDocumentRequest
- AbstractDeleteDocumentRequest — Class in namespace Elastification\Client\Request\Shared
- Class AbstractDeleteDocumentRequest
- AbstractGetDocumentRequest — Class in namespace Elastification\Client\Request\Shared
- Class AbstractGetDocumentRequest
- AbstractGetMappingRequest — Class in namespace Elastification\Client\Request\Shared
- AbstractSearchRequest — Class in namespace Elastification\Client\Request\Shared
- Class AbstractSearchRequest
- AbstractUpdateDocumentRequest — Class in namespace Elastification\Client\Request\Shared
- Class AbstractUpdateDocumentRequest
- AbstractCreateIndexRequest — Class in namespace Elastification\Client\Request\Shared\Index
- Class AbstractCreateIndexRequest
- AbstractDeleteIndexRequest — Class in namespace Elastification\Client\Request\Shared\Index
- Class AbstractDeleteIndexRequest
- AbstractIndexExistsRequest — Class in namespace Elastification\Client\Request\Shared\Index
- Class AbstractIndexExists
- AbstractRefreshIndexRequest — Class in namespace Elastification\Client\Request\Shared\Index
- Class AbstractRefreshIndexRequest
- AbstractSearchResponse — Class in namespace Elastification\Client\Response\Shared
- Class AbstractSearchResponse
- IndexResponse::acknowledged() — Method in class IndexResponse
- Getter Method
- $SearchResponseEntity — Property in class SearchResponseEntity
C
- Client — Class in namespace Elastification\Client
- The primary client class.
- ClientInterface — Class in namespace Elastification\Client
- Interface ClientInterface
- ClientVersionMap — Class in namespace Elastification\Client
- The version map.
- ClientException — Class in namespace Elastification\Client\Exception
- Class ClientException
- RequestInterface::createResponse() — Method in class RequestInterface
- CreateDocumentRequest — Class 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
- CreateIndexRequest — Class 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
- CreateDocumentRequest — Class 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
- CreateUpdateDocumentResponse — Class in namespace Elastification\Client\Response\V090x
- Class CreateUpdateDocumentResponse
- CreateUpdateDocumentResponse — Class 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
- DeleteDocumentRequest — Class in namespace Elastification\Client\Request\V090x
- Class DeleteDocumentRequest
- DeleteIndexRequest — Class in namespace Elastification\Client\Request\V090x\Index
- Class DeleteIndexRequest
- DeleteDocumentRequest — Class in namespace Elastification\Client\Request\V1x
- DeleteDocumentResponse — Class in namespace Elastification\Client\Response\V090x
- Class DeleteDocumentResponse
- DocumentResponse — Class in namespace Elastification\Client\Response\V090x
- Class DocumentResponse
- DeleteDocumentResponse — Class in namespace Elastification\Client\Response\V1x
- DocumentResponse — Class in namespace Elastification\Client\Response\V1x
- DoNothingSerializer — Class in namespace Elastification\Client\Serializer
- A simple pass-through "serializer".
- DoNothingSerializer::deserialize() — Method in class DoNothingSerializer
- DeserializationFailureException — Class 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
- $SearchResponseEntity — Property in class SearchResponseEntity
- $Shards — Property 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
- GetDocumentRequest — Class 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
- GetMappingRequest — Class 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
- GetDocumentRequest — Class 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
- GatewayInterface — Class 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:
- GuzzleTransport — Class in namespace Elastification\Client\Transport\HttpGuzzle
- GuzzleTransportRequest — Class in namespace Elastification\Client\Transport\HttpGuzzle
- GuzzleTransportRequest::getWrappedRequest() — Method in class GuzzleTransportRequest
- GuzzleTransportResponse — Class 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
- Hit — Class in namespace Elastification\Client\Serializer\JmsSerializer
- Hits — Class in namespace Elastification\Client\Serializer\JmsSerializer
- $Hits — Property in class Hits
- $SearchResponseEntity — Property in class SearchResponseEntity
I
- RequestMethods::isAllowed() — Method in class RequestMethods
- Checks if the given method is allowed
- IndexExistsRequest — Class 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
- IndexResponse — Class 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
- JmsSerializer — Class 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
- $Hits — Property in class Hits
N
- NativeArrayGateway — Class in namespace Elastification\Client\Serializer\Gateway
- Represents a gateway to an array.
- NativeArrayGateway::next() — Method in class NativeArrayGateway
- Move forward to next element
- NativeObjectGateway — Class in namespace Elastification\Client\Serializer\Gateway
- NativeObjectGateway::next() — Method in class NativeObjectGateway
- (PHP 5 >= 5.0.0)
Move forward to next element - NativeJsonSerializer — Class 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
- RequestException — Class in namespace Elastification\Client\Exception
- Class RequestException
- RequestManagerException — Class in namespace Elastification\Client\Exception
- Class RequestManagerException
- ResponseException — Class in namespace Elastification\Client\Exception
- Class ResponseException
- RequestInterface — Class in namespace Elastification\Client\Request
- Interface RequestInterface
- RequestManager — Class in namespace Elastification\Client\Request
- Class RequestManager
- RequestManager::removeRequest() — Method in class RequestManager
- RequestManager::reset() — Method in class RequestManager
- RequestManagerInterface — Class 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.
- RequestMethods — Class in namespace Elastification\Client\Request
- Class RequestMethods
- RefreshIndexRequest — Class in namespace Elastification\Client\Request\V090x\Index
- Class RefreshIndexRequest
- Response — Class in namespace Elastification\Client\Response
- Class Response
- ResponseInterface — Class in namespace Elastification\Client\Response
- Interface ResponseInterface
- RefreshIndexResponse — Class 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
- SearchRequest — Class in namespace Elastification\Client\Request\V090x
- Class SearchRequest
- SearchRequest — Class in namespace Elastification\Client\Request\V1x
- SearchResponse — Class in namespace Elastification\Client\Response\V090x
- Class SearchResponse
- SearchResponse — Class 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
- SearchResponseEntity — Class in namespace Elastification\Client\Serializer\JmsSerializer
- Response Entity for Elasticseach Responses.
- Shards — Class in namespace Elastification\Client\Serializer\JmsSerializer
- $Shards — Property in class Shards
- SourceSubscribingHandler — Class 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
- SerializerInterface — Class 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
- $Hits — Property in class Hits
- $SearchResponseEntity — Property in class SearchResponseEntity
- $SearchResponseEntity — Property in class SearchResponseEntity
- $Shards — Property in class Shards
- TransportLayerException — Class in namespace Elastification\Client\Transport\Exception
- Part of the exception translator pattern.
- ThriftTransport — Class in namespace Elastification\Client\Transport\Thrift
- Thrift transport implementation.
- ThriftTransportConnectionFactory — Class in namespace Elastification\Client\Transport\Thrift
- Factory class to create a thrift connection.
- ThriftTransportRequest — Class in namespace Elastification\Client\Transport\Thrift
- ThriftTransportResponse — Class in namespace Elastification\Client\Transport\Thrift
- TransportInterface — Class in namespace Elastification\Client\Transport
- The transport itself.
- TransportRequestInterface — Class in namespace Elastification\Client\Transport
- Represents a transport request.
- TransportResponseInterface — Class in namespace Elastification\Client\Transport
- Represents a transport response.
U
- UpdateDocumentRequest — Class in namespace Elastification\Client\Request\V090x
- Class UpdateDocumentRequest
- UpdateDocumentRequest — Class 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
- $Hit — Property in class Hit
- $Hit — Property in class Hit
- $Hit — Property in class Hit
- $Hit — Property in class Hit
- $Hit — Property in class Hit
- $SearchResponseEntity — Property 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