public class SolrBoostRuleDTO extends ItemDTO
| Constructor and Description |
|---|
SolrBoostRuleDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBoostFactor() |
String |
getOperator() |
String |
getPropertyValue() |
SolrIndexedPropertyDTO |
getSolrIndexedProperty() |
Collection<AbstractSolrSearchProfileDTO> |
getSolrSearchProfiles() |
void |
setBoostFactor(int value) |
void |
setOperator(String value) |
void |
setPropertyValue(String value) |
void |
setSolrIndexedProperty(SolrIndexedPropertyDTO value) |
void |
setSolrSearchProfiles(Collection<AbstractSolrSearchProfileDTO> value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic SolrBoostRuleDTO()
public int getBoostFactor()
public String getOperator()
public String getPropertyValue()
public SolrIndexedPropertyDTO getSolrIndexedProperty()
public Collection<AbstractSolrSearchProfileDTO> getSolrSearchProfiles()
public void setBoostFactor(int value)
public void setOperator(String value)
public void setPropertyValue(String value)
public void setSolrIndexedProperty(SolrIndexedPropertyDTO value)
public void setSolrSearchProfiles(Collection<AbstractSolrSearchProfileDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.