public class SolrSearchQueryTemplateDTO extends ItemDTO
modifiedPropsSet| Constructor and Description |
|---|
SolrSearchQueryTemplateDTO()
Generated constructor - for generic creation.
|
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, isSealed, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPk, setSealedgetModifiedProperties, getUri, setUripublic SolrSearchQueryTemplateDTO()
public java.lang.String getFtsQueryBuilder()
public java.lang.Integer getGroupLimit()
public SolrIndexedPropertyDTO getGroupProperty()
public SolrIndexedTypeDTO getIndexedType()
public java.lang.String getName()
public java.lang.Integer getPageSize()
public java.util.Collection<SolrSearchQueryPropertyDTO> getSearchQueryProperties()
public java.util.Collection<SolrSearchQuerySortDTO> getSearchQuerySorts()
public boolean isEnableHighlighting()
public boolean isGroup()
public boolean isGroupFacets()
public boolean isRestrictFieldsInResponse()
public boolean isShowFacets()
public void setEnableHighlighting(boolean value)
public void setFtsQueryBuilder(java.lang.String value)
public void setGroup(boolean value)
public void setGroupFacets(boolean value)
public void setGroupLimit(java.lang.Integer value)
public void setGroupProperty(SolrIndexedPropertyDTO value)
public void setIndexedType(SolrIndexedTypeDTO value)
public void setName(java.lang.String value)
public void setPageSize(java.lang.Integer value)
public void setRestrictFieldsInResponse(boolean value)
public void setSearchQueryProperties(java.util.Collection<SolrSearchQueryPropertyDTO> value)
public void setSearchQuerySorts(java.util.Collection<SolrSearchQuerySortDTO> value)
public void setShowFacets(boolean value)
Copyright © 2018 SAP SE. All Rights Reserved.