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