public class SearchHit extends Object
SearchHit(String id, com.google.gson.JsonObject source, com.google.gson.JsonObject fields, Float score, String type, String index)
com.google.gson.JsonObject
getFields()
String
getId()
Float
getScore()
getSource()
getType()
void
setIndex(String index)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SearchHit(String id, com.google.gson.JsonObject source, com.google.gson.JsonObject fields, Float score, String type, String index)
public String getId()
public com.google.gson.JsonObject getSource()
public Float getScore()
public com.google.gson.JsonObject getFields()
public String getType()
public void setIndex(String index)