Class Matching

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

public class Matching extends Object implements Cloneable
Holds the settings for the matching feature.
Author:
baldersheim
  • Field Details

  • Constructor Details

    • Matching

      public Matching()
  • Method Details

    • getArgumentType

      public static QueryProfileType getArgumentType()
    • getNumSearchPartitions

      public Integer getNumSearchPartitions()
    • setNumSearchPartitions

      public void setNumSearchPartitions(int numSearchPartitions)
    • getMinHitsPerThread

      public Integer getMinHitsPerThread()
    • setMinHitsPerThread

      public void setMinHitsPerThread(int minHitsPerThread)
    • setTermwiselimit

      public void setTermwiselimit(double value)
    • getTermwiseLimit

      public Double getTermwiseLimit()
    • setNumThreadsPerSearch

      public void setNumThreadsPerSearch(int value)
    • getNumThreadsPerSearch

      public Integer getNumThreadsPerSearch()
    • prepare

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

      public Matching clone()
      Overrides:
      clone in class Object
    • hashCode

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

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