- Member elasticlient::SameIndexBulkData::createDocument (const std::string &docType, const std::string &id, const std::string &doc, bool validate)
- Merge with createDocument() above with validate=true when ABI breaks.
- Member elasticlient::SameIndexBulkData::indexDocument (const std::string &docType, const std::string &id, const std::string &doc, bool validate)
- Merge with indexDocument() above with validate=true when ABI breaks.
- Member elasticlient::SameIndexBulkData::updateDocument (const std::string &docType, const std::string &id, const std::string &doc, bool validate)
- Merge with updateDocument() above with validate=true when ABI breaks.