When I try to debug this line
SearchResponse searchResponse = elasticSearchRestHighLevelClient.search(searchRequest,RequestOptions.DEFAULT);
in the code I'm getting the error as shown in screenshot, can anyone help how to resolve this.
I'm trying to obtaining the search response, which contains the results of the query.