Alternative to REST 'filter_path' option in TransportClient

Hi,

I need to search in huge amount of indexed documents and get relevant documents names into client app. I suppose result will have about milions of documents. I need result to contain docs names only, not all content. I did it using filter_path feature via REST api. Is it possible implement it using Java TransportClient? I found no alternative to REST filter_path option when reading Java TransportClient documenation.

Thanks for any advice.

No it's not.
But if you use the Rest client instead that is possible

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