public class SolrSearchConfigDTO extends ItemDTO
| Constructor and Description |
|---|
SolrSearchConfigDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getDefaultSortOrder() |
String |
getDescription() |
SolrIndexedPropertyDTO |
getGroupingProperty() |
Integer |
getPageSize() |
boolean |
isAllFacetValuesInResponse() |
boolean |
isLegacyMode() |
boolean |
isRestrictFieldsInResponse() |
void |
setAllFacetValuesInResponse(boolean value) |
void |
setDefaultSortOrder(Collection<String> value) |
void |
setDescription(String value) |
void |
setGroupingProperty(SolrIndexedPropertyDTO value) |
void |
setLegacyMode(boolean value) |
void |
setPageSize(Integer value) |
void |
setRestrictFieldsInResponse(boolean value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic SolrSearchConfigDTO()
public Collection<String> getDefaultSortOrder()
public String getDescription()
public SolrIndexedPropertyDTO getGroupingProperty()
public Integer getPageSize()
public boolean isAllFacetValuesInResponse()
public boolean isLegacyMode()
public boolean isRestrictFieldsInResponse()
public void setAllFacetValuesInResponse(boolean value)
public void setDefaultSortOrder(Collection<String> value)
public void setDescription(String value)
public void setGroupingProperty(SolrIndexedPropertyDTO value)
public void setLegacyMode(boolean value)
public void setPageSize(Integer value)
public void setRestrictFieldsInResponse(boolean value)
Copyright © 2017 SAP SE. All Rights Reserved.