public interface SearchResult
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getAggregations() |
com.google.gson.JsonArray |
getHits() |
String |
getScrollId() |
boolean |
getTimedOut() |
int |
getTook() |
int |
getTotalHitCount() |
com.google.gson.JsonArray getHits()
int getTotalHitCount()
com.google.gson.JsonObject getAggregations()
int getTook()
boolean getTimedOut()
String getScrollId()
Copyright © 2006–2017 Hibernate. All rights reserved.