48 const QueryArgs = (
"wait_for_active_shards",
"master_timeout",
"timeout");
The acknowledged response type.
Definition ElasticSearchAcknowledgedDataType.qc.dox.h:28
The ElasticSearch data provider base class.
Definition ElasticSearchDataProviderBase.qc.dox.h:28
Aliases data type.
Definition ElasticSearchIndexCreateDataProvider.qc.dox.h:99
The ElasticSearch index create API data provider.
Definition ElasticSearchIndexCreateDataProvider.qc.dox.h:30
const ProviderSummaryInfo
Provider summary info.
Definition ElasticSearchIndexCreateDataProvider.qc.dox.h:38
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
const ResponseType
Response type.
Definition ElasticSearchIndexCreateDataProvider.qc.dox.h:45
const RequestType
Request type.
Definition ElasticSearchIndexCreateDataProvider.qc.dox.h:42
string getName()
Returns the data provider name.
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
constructor(*hash< auto > options)
Creates the object from constructor options.
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
const QueryArgs
Query args.
Definition ElasticSearchIndexCreateDataProvider.qc.dox.h:48
*string getDesc()
Returns the data provider description.
const ProviderInfo
Provider info.
Definition ElasticSearchIndexCreateDataProvider.qc.dox.h:34
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
Create index request data type.
Definition ElasticSearchIndexCreateDataProvider.qc.dox.h:107
constructor()
Creates the object.
const Fields
Field descriptions.
Definition ElasticSearchIndexCreateDataProvider.qc.dox.h:112
Index create API response.
Definition ElasticSearchIndexCreateDataProvider.qc.dox.h:123
constructor()
Creates the object.
const Fields
Field descriptions.
Definition ElasticSearchIndexCreateDataProvider.qc.dox.h:128
Base data type for search request types.
Definition ElasticSearchIndexDataTypeBase.qc.dox.h:28
Qore ElasticSearchDataProvider module definition.
Definition ElasticSearchAcknowledgedDataType.qc.dox.h:26