Is there a C API that uses the transport layer?

Hi,

I'm searching for a C API for Elasticsearch that doesn't use the REST API. There is one API for Java, but is there one in C? Maybe an unofficial one?

Thanks.

If it does not exist, don't build it!

The Transport Layer will be reserved in the future only for inter nodes communication.
Only the REST Layer should be used by clients. That's why we are building the Rest Java client.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.