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) |
Modifier and Type | Method and Description |
---|---|
String |
getCollection() |
Map<String,Object> |
getFields() |
DocList |
getGroupedDocs() |
Map<String,List<ResponseDocument.ResponseHighlight>> |
getHighlights() |
String |
getId() |
Double |
getScore() |
String |
getType() |
void |
setGroupedDocs(DocList groupedDocs) |
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)