Package com.yahoo.vdslib
Class SearchResult.Hit
java.lang.Object
com.yahoo.vdslib.SearchResult.Hit
- All Implemented Interfaces:
Comparable<SearchResult.Hit>
- Direct Known Subclasses:
SearchResult.HitWithSortBlob
- Enclosing class:
- SearchResult
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Hit
-
Hit
-
-
Method Details
-
getDocId
-
getRank
public final double getRank() -
getMatchFeatures
-
setRank
public final void setRank(double rank) -
setMatchFeatures
public final void setMatchFeatures(com.yahoo.data.access.helpers.MatchFeatureData.HitValue matchFeatures) -
compareTo
- Specified by:
compareToin interfaceComparable<SearchResult.Hit>
-