public class BoostField extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BoostField.BoostType |
| Constructor and Description |
|---|
BoostField(String field,
BoostField.BoostType boostType) |
BoostField(String field,
SearchQuery.QueryOperator queryOperator,
Object value,
Float boostValue,
BoostField.BoostType boostType) |
| Modifier and Type | Method and Description |
|---|---|
BoostField.BoostType |
getBoostType() |
Float |
getBoostValue() |
String |
getField() |
SearchQuery.QueryOperator |
getQueryOperator() |
Object |
getValue() |
void |
setBoostType(BoostField.BoostType boostType) |
void |
setBoostValue(Float boostValue) |
void |
setField(String field) |
void |
setQueryOperator(SearchQuery.QueryOperator queryOperator) |
void |
setValue(Object value) |
public BoostField(String field, SearchQuery.QueryOperator queryOperator, Object value, Float boostValue, BoostField.BoostType boostType)
public BoostField(String field, BoostField.BoostType boostType)
public String getField()
public void setField(String field)
public SearchQuery.QueryOperator getQueryOperator()
public void setQueryOperator(SearchQuery.QueryOperator queryOperator)
public Object getValue()
public void setValue(Object value)
public Float getBoostValue()
public void setBoostValue(Float boostValue)
public BoostField.BoostType getBoostType()
public void setBoostType(BoostField.BoostType boostType)
Copyright © 2017 SAP SE. All Rights Reserved.