Class BoostField
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.search.BoostField
-
- All Implemented Interfaces:
java.io.Serializable
public class BoostField extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBoostField.BoostType
-
Constructor Summary
Constructors Constructor Description BoostField(java.lang.String field, SearchQuery.QueryOperator queryOperator, java.lang.Object value, java.lang.Float boostValue, BoostField.BoostType boostType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoostField.BoostTypegetBoostType()java.lang.FloatgetBoostValue()java.lang.StringgetField()SearchQuery.QueryOperatorgetQueryOperator()java.lang.ObjectgetValue()voidsetBoostType(BoostField.BoostType boostType)voidsetBoostValue(java.lang.Float boostValue)voidsetField(java.lang.String field)voidsetQueryOperator(SearchQuery.QueryOperator queryOperator)voidsetValue(java.lang.Object value)
-
-
-
Constructor Detail
-
BoostField
public BoostField(java.lang.String field, SearchQuery.QueryOperator queryOperator, java.lang.Object value, java.lang.Float boostValue, BoostField.BoostType boostType)
-
-
Method Detail
-
getField
public java.lang.String getField()
-
setField
public void setField(java.lang.String field)
-
getQueryOperator
public SearchQuery.QueryOperator getQueryOperator()
-
setQueryOperator
public void setQueryOperator(SearchQuery.QueryOperator queryOperator)
-
getValue
public java.lang.Object getValue()
-
setValue
public void setValue(java.lang.Object value)
-
getBoostValue
public java.lang.Float getBoostValue()
-
setBoostValue
public void setBoostValue(java.lang.Float boostValue)
-
getBoostType
public BoostField.BoostType getBoostType()
-
setBoostType
public void setBoostType(BoostField.BoostType boostType)
-
-