public class SearchQueryTemplate extends Object implements Serializable
| Constructor and Description |
|---|
SearchQueryTemplate() |
public void setName(String name)
public String getName()
public void setShowFacets(boolean showFacets)
public boolean isShowFacets()
public void setRestrictFieldsInResponse(boolean restrictFieldsInResponse)
public boolean isRestrictFieldsInResponse()
public void setGroup(boolean group)
public boolean isGroup()
public void setGroupProperty(IndexedProperty groupProperty)
public IndexedProperty getGroupProperty()
public void setGroupLimit(Integer groupLimit)
public Integer getGroupLimit()
public void setGroupFacets(boolean groupFacets)
public boolean isGroupFacets()
public void setPageSize(Integer pageSize)
public Integer getPageSize()
public void setFtsQueryBuilder(String ftsQueryBuilder)
public String getFtsQueryBuilder()
public void setFtsQueryBuilderParameters(Map<String,String> ftsQueryBuilderParameters)
public void setSearchQueryProperties(Map<String,SearchQueryProperty> searchQueryProperties)
public Map<String,SearchQueryProperty> getSearchQueryProperties()
public void setSearchQuerySorts(Collection<SearchQuerySort> searchQuerySorts)
public Collection<SearchQuerySort> getSearchQuerySorts()
Copyright © 2017 SAP SE. All Rights Reserved.