Elasticlient
|
This is the complete list of members for elasticlient::ScrollByScan, including all inherited members.
clear() | elasticlient::Scroll | |
createScroll(Json::Value &parsedResult) override | elasticlient::ScrollByScan | protectedvirtual |
getClient() const | elasticlient::Scroll | |
impl | elasticlient::Scroll | protected |
init(const std::string &indexName, const std::string &docType, const std::string &searchBody) | elasticlient::Scroll | |
next(Json::Value &parsedResult) | elasticlient::Scroll | |
Scroll(const std::shared_ptr< Client > &client, std::size_t scrollSize=100, const std::string &scrollTimeout="1m") | elasticlient::Scroll | explicit |
Scroll(const std::vector< std::string > &hostUrlList, std::size_t scrollSize=100, const std::string &scrollTimeout="1m", std::int32_t connectionTimeout=6000) | elasticlient::Scroll | explicit |
Scroll(Scroll &&) (defined in elasticlient::Scroll) | elasticlient::Scroll | |
ScrollByScan(ScrollByScan &&) (defined in elasticlient::ScrollByScan) | elasticlient::ScrollByScan | |
ScrollByScan(const std::shared_ptr< Client > &client, std::size_t scrollSize=100, const std::string &scrollTimeout="1m", int primaryShardsCount=0) | elasticlient::ScrollByScan | explicit |
ScrollByScan(const std::vector< std::string > &hostUrlList, std::size_t scrollSize=100, const std::string &scrollTimeout="1m", int primaryShardsCount=0, std::int32_t connectionTimeout=6000) | elasticlient::ScrollByScan | explicit |
~Scroll() (defined in elasticlient::Scroll) | elasticlient::Scroll | virtual |