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