Class RankProfile

java.lang.Object
com.yahoo.search.schema.RankProfile

public class RankProfile extends Object
Information about a rank profile
Author:
bratseth
  • Method Details

    • name

      public String name()
    • hasSummaryFeatures

      public boolean hasSummaryFeatures()
      Returns true if this rank profile has summary features.
    • hasRankFeatures

      public boolean hasRankFeatures()
      Returns true if this rank profile has rank features.
    • inputs

      public Map<String,com.yahoo.tensor.TensorType> inputs()
      Returns the inputs explicitly declared in this rank profile.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object