RestHighLevelClient and termvectors

I have some termvectors code working using the TransportClient, but I am trying to do a migration to the new RestHighLevelClient (since transport is being deprecated) and I can't find any docs on it.
I am pretty sure I could hack something together or even use the low level client.
Are there any plans to add api support for this and multitermvectors to the new rest client?

Hi Sean,
we don't have an ETA yet, but we are planning to add support for more API to the high level REST client. Using the low-level client is an option, yet parsing responses is up to the application.

See https://github.com/elastic/elasticsearch/issues/27205 in order to track completeness of the REST high-level client.

Cheers
Luca

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