ESResponse ESClient::index()

in src/ESClient.cpp [99:101]


ESResponse ESClient::index(String index, String body, String queryString){
    return sendRequest("post", "/" + index + "/_doc", body, queryString);
}