Package com.yahoo.search.query.ranking
Class SecondPhase
java.lang.Object
com.yahoo.search.query.ranking.SecondPhase
- All Implemented Interfaces:
Cloneable
The second-phase ranking settings of this query.
- Author:
- toregge
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanstatic QueryProfileTypeReturns the second phase rank-score-drop-limit that will be used, or null if not setinthashCode()voidprepare(RankProperties rankProperties) Internal operation - DO NOT USEvoidsetRankScoreDropLimit(double rankScoreDropLimit) Sets the second phase rank-score-drop-limit that will be used, or null if not set
-
Constructor Details
-
SecondPhase
public SecondPhase()
-
-
Method Details
-
getArgumentType
-
setRankScoreDropLimit
public void setRankScoreDropLimit(double rankScoreDropLimit) Sets the second phase rank-score-drop-limit that will be used, or null if not set -
getRankScoreDropLimit
Returns the second phase rank-score-drop-limit that will be used, or null if not set -
prepare
Internal operation - DO NOT USE -
hashCode
public int hashCode() -
equals
-
clone
-