| Modifier and Type | Method and Description |
|---|---|
Hit |
SearchService.searchById(String documentType,
String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Hit> |
SearchResult.getSearchHits() |
Iterator<Hit> |
SearchResult.iterator() |
| Constructor and Description |
|---|
SearchResult(long totalHitCount,
List<Hit> searchHits) |
SearchResult(long totalHitCount,
List<Hit> searchHits,
AggregateResult aggregate) |
Copyright © 2015. All Rights Reserved.