| Constructor and Description |
|---|
SearchResult(long totalHitCount,
List<Hit> searchHits) |
SearchResult(String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
List<Hit> |
getSearchHits() |
long |
getTotalHitCount() |
Iterator<Hit> |
iterator() |
String |
toString() |
Copyright © 2013. All Rights Reserved.