The ElasticSearch data provider base class.
Definition ElasticSearchDataProviderBase.qc.dox.h:28
The ElasticSearch index search API data provider.
Definition ElasticSearchIndexSearchDataProvider.qc.dox.h:32
*string getDesc()
Returns the data provider description.
const ResponseType
Response type.
Definition ElasticSearchIndexSearchDataProvider.qc.dox.h:47
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
constructor(*hash< auto > options)
Creates the object from constructor options.
string getName()
Returns the data provider name.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
const ProviderSummaryInfo
Provider summary info.
Definition ElasticSearchIndexSearchDataProvider.qc.dox.h:40
const ProviderInfo
Provider info.
Definition ElasticSearchIndexSearchDataProvider.qc.dox.h:36
const QueryArgs
Query args.
Definition ElasticSearchIndexSearchDataProvider.qc.dox.h:50
const RequestType
Request type.
Definition ElasticSearchIndexSearchDataProvider.qc.dox.h:44
ElasticSearch index search API request.
Definition ElasticSearchIndexSearchDataProvider.qc.dox.h:102
const Fields
Field descriptions.
Definition ElasticSearchIndexSearchDataProvider.qc.dox.h:107
constructor()
Creates the object.
ElasticSearch index search API response.
Definition ElasticSearchIndexSearchDataProvider.qc.dox.h:118
constructor()
Creates the object.
Qore ElasticSearchDataProvider module definition.
Definition ElasticSearchAcknowledgedDataType.qc.dox.h:26
const ElasticSearchAcknowledgedDataType
A constant for the acknowledged response type.
Definition ElasticSearchAcknowledgedDataType.qc.dox.h:44