public class EmptySearchResult extends Object implements SearchResult
| Modifier and Type | Method and Description |
|---|---|
static SearchResult |
get() |
com.google.gson.JsonObject |
getAggregations() |
com.google.gson.JsonArray |
getHits() |
String |
getScrollId() |
boolean |
getTimedOut() |
int |
getTook() |
int |
getTotalHitCount() |
public static SearchResult get()
public com.google.gson.JsonArray getHits()
getHits in interface SearchResultpublic int getTotalHitCount()
getTotalHitCount in interface SearchResultpublic com.google.gson.JsonObject getAggregations()
getAggregations in interface SearchResultpublic int getTook()
getTook in interface SearchResultpublic boolean getTimedOut()
getTimedOut in interface SearchResultpublic String getScrollId()
getScrollId in interface SearchResultCopyright © 2006–2017 Hibernate. All rights reserved.