Uses of Class
com.yahoo.search.query.ranking.RankProperties
-
Packages that use RankProperties Package Description com.yahoo.search.query The search query modelcom.yahoo.search.query.ranking -
-
Uses of RankProperties in com.yahoo.search.query
Methods in com.yahoo.search.query that return RankProperties Modifier and Type Method Description RankProperties
Ranking. getProperties()
Returns the rank properties of this, an empty container (never null) if none are set. -
Uses of RankProperties in com.yahoo.search.query.ranking
Methods in com.yahoo.search.query.ranking that return RankProperties Modifier and Type Method Description RankProperties
RankProperties. clone()
Methods in com.yahoo.search.query.ranking with parameters of type RankProperties Modifier and Type Method Description void
Diversity. prepare(RankProperties rankProperties)
Internal operation - DO NOT USEvoid
Matching. prepare(RankProperties rankProperties)
Internal operation - DO NOT USEvoid
MatchPhase. prepare(RankProperties rankProperties)
Internal operation - DO NOT USEvoid
RankFeatures. prepare(RankProperties rankProperties)
Prepares this for encoding, not for external use.void
SoftTimeout. prepare(RankProperties rankProperties)
Internal operation - DO NOT USE
-