public class BoostField
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BoostField.BoostType |
| Constructor and Description |
|---|
BoostField(java.lang.String field,
BoostField.BoostType boostType)
Deprecated.
Since 6.6, use any of the other constructors
|
BoostField(java.lang.String field,
SearchQuery.QueryOperator queryOperator,
java.lang.Object value,
java.lang.Float boostValue,
BoostField.BoostType boostType) |
| Modifier and Type | Method and Description |
|---|---|
BoostField.BoostType |
getBoostType() |
java.lang.Float |
getBoostValue() |
java.lang.String |
getField() |
SearchQuery.QueryOperator |
getQueryOperator() |
java.lang.Object |
getValue() |
void |
setBoostType(BoostField.BoostType boostType) |
void |
setBoostValue(java.lang.Float boostValue) |
void |
setField(java.lang.String field) |
void |
setQueryOperator(SearchQuery.QueryOperator queryOperator) |
void |
setValue(java.lang.Object value) |
public BoostField(java.lang.String field,
SearchQuery.QueryOperator queryOperator,
java.lang.Object value,
java.lang.Float boostValue,
BoostField.BoostType boostType)
@Deprecated
public BoostField(java.lang.String field,
BoostField.BoostType boostType)
public java.lang.String getField()
public void setField(java.lang.String field)
public SearchQuery.QueryOperator getQueryOperator()
public void setQueryOperator(SearchQuery.QueryOperator queryOperator)
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public java.lang.Float getBoostValue()
public void setBoostValue(java.lang.Float boostValue)
public BoostField.BoostType getBoostType()
public void setBoostType(BoostField.BoostType boostType)
Copyright © 2018 SAP SE. All Rights Reserved.