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 SearchResult
public int getTotalHitCount()
getTotalHitCount
in interface SearchResult
public com.google.gson.JsonObject getAggregations()
getAggregations
in interface SearchResult
public int getTook()
getTook
in interface SearchResult
public boolean getTimedOut()
getTimedOut
in interface SearchResult
public String getScrollId()
getScrollId
in interface SearchResult
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved