Class LeanHit

    • Constructor Detail

      • LeanHit

        public LeanHit​(byte[] gid,
                       int partId,
                       int distributionKey,
                       double relevance)
      • LeanHit

        public LeanHit​(byte[] gid,
                       int partId,
                       int distributionKey,
                       double relevance,
                       byte[] sortData)
    • Method Detail

      • getRelevance

        public double getRelevance()
      • getGid

        public byte[] getGid()
      • getSortData

        public byte[] getSortData()
      • hasSortData

        public boolean hasSortData()
      • getPartId

        public int getPartId()
      • getDistributionKey

        public int getDistributionKey()
      • getMatchFeatures

        public FeatureData getMatchFeatures()
      • hasMatchFeatures

        public boolean hasMatchFeatures()
      • addMatchFeatures

        public void addMatchFeatures​(com.yahoo.data.access.Inspector features)