Class ResultHit


  • public class ResultHit
    extends Object
    • Field Detail

      • index

        public String index
        the index name where this hit is comming from.
      • document

        public Document document
        The found document.
      • matchedQueries

        public String[] matchedQueries
        Optional: Which parts of the query matched that document. Mainly used for debugging / search transparency.
    • Constructor Detail

      • ResultHit

        public ResultHit()