public class ResponseDocument extends DslBase
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ResponseDocument.ResponseHighlight  | 
| Constructor and Description | 
|---|
ResponseDocument(String collection,
                String type,
                String id,
                Double score,
                Map<String,Object> fields,
                Map<String,List<ResponseDocument.ResponseHighlight>> highlights,
                DocList groupedDocs,
                String groupValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCollection()  | 
Map<String,Object> | 
getFields()  | 
DocList | 
getGroupedDocs()  | 
String | 
getGroupValue()  | 
Map<String,List<ResponseDocument.ResponseHighlight>> | 
getHighlights()  | 
String | 
getId()  | 
Double | 
getScore()  | 
String | 
getType()  | 
void | 
setGroupedDocs(DocList groupedDocs)  | 
void | 
setGroupValue(String groupValue)  | 
public String getCollection()
public String getType()
public String getId()
public Double getScore()
public Map<String,List<ResponseDocument.ResponseHighlight>> getHighlights()
public DocList getGroupedDocs()
public void setGroupedDocs(DocList groupedDocs)
public void setGroupValue(String groupValue)
public String getGroupValue()