Class RawDoc

java.lang.Object
io.ebean.docstore.RawDoc

public class RawDoc
extends Object
Raw document.
  • Constructor Details

    • RawDoc

      public RawDoc​(Map<String,​Object> source, String id, double score, String index, String type)
      Construct the document with all the meta data.
    • RawDoc

      public RawDoc()
      Construct empty (typically for JSON marshalling).
  • Method Details