The ElasticSearch data provider base class.
Definition ElasticSearchDataProviderBase.qc.dox.h:28
The ElasticSearch document read API data provider.
Definition ElasticSearchDocumentReadDataProvider.qc.dox.h:30
const ProviderSummaryInfo
Provider summary info.
Definition ElasticSearchDocumentReadDataProvider.qc.dox.h:38
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
constructor(*hash< auto > options)
Creates the object from constructor options.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
string getName()
Returns the data provider name.
const ResponseType
Response type.
Definition ElasticSearchDocumentReadDataProvider.qc.dox.h:45
const ProviderInfo
Provider info.
Definition ElasticSearchDocumentReadDataProvider.qc.dox.h:34
const RequestType
Request type.
Definition ElasticSearchDocumentReadDataProvider.qc.dox.h:42
const QueryArgs
Query args.
Definition ElasticSearchDocumentReadDataProvider.qc.dox.h:48
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
*string getDesc()
Returns the data provider description.
Document read API request data type.
Definition ElasticSearchDocumentReadDataProvider.qc.dox.h:100
constructor()
Creates the object.
const Fields
Field descriptions.
Definition ElasticSearchDocumentReadDataProvider.qc.dox.h:105
Document read API response.
Definition ElasticSearchDocumentReadDataProvider.qc.dox.h:116
constructor()
Creates the object.
const Fields
Field descriptions.
Definition ElasticSearchDocumentReadDataProvider.qc.dox.h:121
Qore ElasticSearchDataProvider module definition.
Definition ElasticSearchAcknowledgedDataType.qc.dox.h:26