public class Search_Response extends Object
| Constructor and Description |
|---|
Search_Response() |
| Modifier and Type | Method and Description |
|---|---|
Facets |
getFacets() |
String |
getScrollId() |
List<SearchResult> |
getSearchResultList() |
long |
getTotalHits() |
void |
setFacets(Facets facets) |
void |
setScrollId(String scrollId) |
void |
setSearchResultList(List<SearchResult> searchResultList) |
void |
setTotalHits(long totalHits) |
String |
toString() |
public List<SearchResult> getSearchResultList()
public void setSearchResultList(List<SearchResult> searchResultList)
public long getTotalHits()
public void setTotalHits(long totalHits)
public void setFacets(Facets facets)
public Facets getFacets()
public String getScrollId()
public void setScrollId(String scrollId)
Copyright © 2019. All Rights Reserved.