Package com.yahoo.search.query.ranking
Class WeakAnd
java.lang.Object
com.yahoo.search.query.ranking.WeakAnd
- All Implemented Interfaces:
Cloneable
Query properties exposing WeakAnd-specific settings.
- Author:
- vekterli
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanstatic QueryProfileTypeinthashCode()voidprepare(RankProperties rankProperties) Internal operation - DO NOT USE DIRECTLYvoidsetAdjustTarget(double target) voidsetAllowDropAll(boolean allowDropAll) voidsetStopwordLimit(double limit)
-
Field Details
-
STOPWORD_LIMIT
- See Also:
-
ADJUST_TARGET
- See Also:
-
ALLOW_DROP_ALL
- See Also:
-
-
Constructor Details
-
WeakAnd
public WeakAnd()
-
-
Method Details
-
getArgumentType
-
getStopwordLimit
-
getAdjustTarget
-
getAllowDropAll
-
setStopwordLimit
public void setStopwordLimit(double limit) -
setAdjustTarget
public void setAdjustTarget(double target) -
setAllowDropAll
public void setAllowDropAll(boolean allowDropAll) -
prepare
Internal operation - DO NOT USE DIRECTLY -
clone
-
equals
-
hashCode
public int hashCode()
-