Class BoostField
java.lang.Object
de.hybris.platform.solrfacetsearch.search.BoostField
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBoostField(String field, SearchQuery.QueryOperator queryOperator, Object value, Float boostValue, BoostField.BoostType boostType) -
Method Summary
Modifier and TypeMethodDescriptiongetField()getValue()voidsetBoostType(BoostField.BoostType boostType) voidsetBoostValue(Float boostValue) voidvoidsetQueryOperator(SearchQuery.QueryOperator queryOperator) void
-
Constructor Details
-
BoostField
public BoostField(String field, SearchQuery.QueryOperator queryOperator, Object value, Float boostValue, BoostField.BoostType boostType)
-
-
Method Details
-
getField
-
setField
-
getQueryOperator
-
setQueryOperator
-
getValue
-
setValue
-
getBoostValue
-
setBoostValue
-
getBoostType
-
setBoostType
-