Method threw 'org.elasticsearch.ElasticsearchException' exception

34 Views Asked by At

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.

Screenshot of the error stack

I'm trying to obtaining the search response, which contains the results of the query.

0

There are 0 best solutions below