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

查看:40
本文介绍了用于弹性搜索的 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天全站免登陆