Class AsBoostRule

All Implemented Interfaces:
Serializable

public class AsBoostRule extends AbstractAsBoostRuleConfiguration
See Also:
  • Constructor Details

    • AsBoostRule

      public AsBoostRule()
  • Method Details

    • setIndexProperty

      public void setIndexProperty(String indexProperty)
    • getIndexProperty

      public String getIndexProperty()
    • setOperator

      public void setOperator(AsBoostOperator operator)
    • getOperator

      public AsBoostOperator getOperator()
    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()
    • setBoostType

      public void setBoostType(AsBoostType boostType)
    • getBoostType

      public AsBoostType getBoostType()
    • setBoost

      public void setBoost(Float boost)
    • getBoost

      public Float getBoost()