Class Matching

  • All Implemented Interfaces:
    Cloneable

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

      • Matching

        public Matching()
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object