public class ElasticsearchSearchResult extends Object
SearchHit.
Since we're using row-level rest client the response has to be processed manually.| Modifier and Type | Class and Description |
|---|---|
static class |
ElasticsearchSearchResult.SearchHit
Concrete result record which matched the query.
|
static class |
ElasticsearchSearchResult.SearchHits
Similar to
SearchHits in ES. |
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchSearchResult.SearchHits |
searchHits() |
Duration |
took() |
public ElasticsearchSearchResult.SearchHits searchHits()
public Duration took()
Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.