Package io.ebean.docstore
Class RawDoc
- java.lang.Object
-
- io.ebean.docstore.RawDoc
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Return the Id value.String
getIndex()
Return the index name.double
getScore()
Return the score.Map<String,Object>
getSource()
Return the source document as a Map.String
getType()
Return the index type.void
setId(String id)
Set the id value.void
setIndex(String index)
Set the index name.void
setScore(double score)
Set the score.void
setSource(Map<String,Object> source)
Set the source document.void
setType(String type)
Set the index type.
-