Class SecondPhase

java.lang.Object
com.yahoo.search.query.ranking.SecondPhase
All Implemented Interfaces:
Cloneable

public class SecondPhase extends Object implements Cloneable
The second-phase ranking settings of this query.
Author:
toregge
  • Constructor Details

    • SecondPhase

      public SecondPhase()
  • Method Details

    • getArgumentType

      public static QueryProfileType 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

      public Double getRankScoreDropLimit()
      Returns the second phase rank-score-drop-limit that will be used, or null if not set
    • prepare

      public void prepare(RankProperties rankProperties)
      Internal operation - DO NOT USE
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • clone

      public SecondPhase clone()
      Overrides:
      clone in class Object