We have scenario, where we do search very frequently. We are using RestHighLevelClient (6.2).
Is it required to close the RestHighLevelClient after every search response?
if yes, is there any performance impact on initializing the client on every request .