Class WeakAnd

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

public class WeakAnd extends Object implements Cloneable
Query properties exposing WeakAnd-specific settings.
Author:
vekterli
  • Field Details

  • Constructor Details

    • WeakAnd

      public WeakAnd()
  • Method Details

    • getArgumentType

      public static QueryProfileType getArgumentType()
    • getStopwordLimit

      public Double getStopwordLimit()
    • getAdjustTarget

      public Double getAdjustTarget()
    • getAllowDropAll

      public Boolean getAllowDropAll()
    • setStopwordLimit

      public void setStopwordLimit(double limit)
    • setAdjustTarget

      public void setAdjustTarget(double target)
    • setAllowDropAll

      public void setAllowDropAll(boolean allowDropAll)
    • prepare

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

      public WeakAnd clone()
      Overrides:
      clone in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object