8.1.0 Java Client - SearchRequest example

You probably need to write:

for (Hit<CVDocument> hit : response.hits().hits) {
  
}