Class SearchHit


  • public class SearchHit
    extends Object
    • Constructor Detail

      • SearchHit

        public SearchHit​(String id,
                         com.google.gson.JsonObject source,
                         com.google.gson.JsonObject fields,
                         Float score,
                         String type,
                         String index)
    • Method Detail

      • getId

        public String getId()
      • getSource

        public com.google.gson.JsonObject getSource()
      • getScore

        public Float getScore()
      • getFields

        public com.google.gson.JsonObject getFields()
      • getType

        public String getType()
      • setIndex

        public void setIndex​(String index)