Class Matching

  • All Implemented Interfaces:
    java.lang.Cloneable

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

      • NUMTHREADSPERSEARCH

        public static final java.lang.String NUMTHREADSPERSEARCH
        See Also:
        Constant Field Values
      • NUMSEARCHPARTITIIONS

        public static final java.lang.String NUMSEARCHPARTITIIONS
        See Also:
        Constant Field Values
      • MINHITSPERTHREAD

        public static final java.lang.String MINHITSPERTHREAD
        See Also:
        Constant Field Values
      • termwiseLimit

        public java.lang.Double termwiseLimit
    • Constructor Detail

      • Matching

        public Matching()
    • Method Detail

      • getNumSearchPartitions

        public java.lang.Integer getNumSearchPartitions()
      • setNumSearchPartitions

        public void setNumSearchPartitions​(int numSearchPartitions)
      • getMinHitsPerThread

        public java.lang.Integer getMinHitsPerThread()
      • setMinHitsPerThread

        public void setMinHitsPerThread​(int minHitsPerThread)
      • setTermwiselimit

        public void setTermwiselimit​(double value)
      • getTermwiseLimit

        public java.lang.Double getTermwiseLimit()
      • setNumThreadsPerSearch

        public void setNumThreadsPerSearch​(int value)
      • getNumThreadsPerSearch

        public java.lang.Integer getNumThreadsPerSearch()
      • prepare

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

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

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object