34 RestClient::RestClient
rest;
46 Qore::ListHashIterator
i;
61 constructor(RestClient::RestClient
rest,
string name, hash<auto>
index, hash<string, DataProvider::AbstractDataField>
record_type, *hash<auto> where_cond, *hash<auto> search_options);
98 *hash<auto>
makeQuery(*hash<auto> where_cond, *hash<auto> search_options);
Defines the record iterator class for Table-based iterators.
Definition ElasticSearchRecordIterator.qc.dox.h:28
hash< auto > index
Index hash.
Definition ElasticSearchRecordIterator.qc.dox.h:40
bool valid()
Returns True if the iterator is valid.
*hash< auto > makeQuery(*hash< auto > where_cond, *hash< auto > search_options)
Returns the query body.
auto memberGate(string key)
Returns the value of the given field in the current row, if the iterator is valid.
string name
current index name
Definition ElasticSearchRecordIterator.qc.dox.h:37
hash< auto > getValue()
Returns a single record if the iterator is valid.
RestClient::RestClient rest
The REST client object for API calls.
Definition ElasticSearchRecordIterator.qc.dox.h:34
constructor(RestClient::RestClient rest, string name, hash< auto > index, hash< string, DataProvider::AbstractDataField > record_type, *hash< auto > where_cond, *hash< auto > search_options)
creates the iterator
hash< string, DataProvider::AbstractDataField > record_type
The record type for the object.
Definition ElasticSearchRecordIterator.qc.dox.h:43
const MatchOptions
Query match options.
Definition ElasticSearchRecordIterator.qc.dox.h:49
bool next()
Increments the row pointer when retrieving rows from a select statement.
*hash< string, DataProvider::AbstractDataField > getRecordType()
Returns the record description, if available.
Qore::ListHashIterator i
record iterator
Definition ElasticSearchRecordIterator.qc.dox.h:46
Qore ElasticSearchDataProvider module definition.
Definition ElasticSearchAcknowledgedDataType.qc.dox.h:26