C ++ api用于弹性搜索 [英] C++ api for Elastic search

查看:126
本文介绍了C ++ api用于弹性搜索的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

根据我的理解, elasticsearch 不提供C ++ api。所以,我假设我应该使用库发送/接收http请求索引和搜索。关于图书馆的任何建议,将适合弹性搜索需求?
感谢。

From what I understand, elasticsearch doesn't provide C++ api with it. So, I'm assuming that I should use a library to send/receive http requests for indexing and searching. Any recommendations on the library that would suit elastic search needs? Thanks.

推荐答案

任何网络库都应该正常工作。 Libcurl 可能是最容易/最快的运行,因为你真正需要的是简单的HTTP请求(Get / Put / Post /删除)

Any networking library should work fine. Libcurl is probably the easiest/fastest to get running, since all you really need are simple HTTP requests (Get/Put/Post/Delete)

这篇关于C ++ api用于弹性搜索的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆