Package com.yahoo.search.query.ranking
Class Matching
java.lang.Object
com.yahoo.search.query.ranking.Matching
- All Implemented Interfaces:
Cloneable
Holds the settings for the matching feature.
- Author:
- baldersheim
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
static QueryProfileType
int
hashCode()
void
prepare
(RankProperties rankProperties) Internal operation - DO NOT USEvoid
setApproximateThreshold
(double threshold) void
setMinHitsPerThread
(int value) void
setNumSearchPartitions
(int value) void
setNumThreadsPerSearch
(int value) void
setPostFilterThreshold
(double threshold) void
setTermwiselimit
(double value)
-
Field Details
-
TERMWISELIMIT
- See Also:
-
NUMTHREADSPERSEARCH
- See Also:
-
NUMSEARCHPARTITIIONS
- See Also:
-
MINHITSPERTHREAD
- See Also:
-
POST_FILTER_THRESHOLD
- See Also:
-
APPROXIMATE_THRESHOLD
- See Also:
-
termwiseLimit
-
-
Constructor Details
-
Matching
public Matching()
-
-
Method Details
-
getArgumentType
-
getTermwiseLimit
-
getNumThreadsPerSearch
-
getNumSearchPartitions
-
getMinHitsPerThread
-
getPostFilterThreshold
-
getApproximateThreshold
-
setTermwiselimit
public void setTermwiselimit(double value) -
setNumThreadsPerSearch
public void setNumThreadsPerSearch(int value) -
setNumSearchPartitions
public void setNumSearchPartitions(int value) -
setMinHitsPerThread
public void setMinHitsPerThread(int value) -
setPostFilterThreshold
public void setPostFilterThreshold(double threshold) -
setApproximateThreshold
public void setApproximateThreshold(double threshold) -
prepare
Internal operation - DO NOT USE -
clone
-
equals
-
hashCode
public int hashCode()
-