Class SearchQueryTemplate

java.lang.Object
de.hybris.platform.solrfacetsearch.config.SearchQueryTemplate
All Implemented Interfaces:
Serializable

public class SearchQueryTemplate extends Object implements Serializable
See Also:
  • Constructor Details

    • SearchQueryTemplate

      public SearchQueryTemplate()
  • Method Details

    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setShowFacets

      public void setShowFacets(boolean showFacets)
    • isShowFacets

      public boolean isShowFacets()
    • setRestrictFieldsInResponse

      public void setRestrictFieldsInResponse(boolean restrictFieldsInResponse)
    • isRestrictFieldsInResponse

      public boolean isRestrictFieldsInResponse()
    • setEnableHighlighting

      public void setEnableHighlighting(boolean enableHighlighting)
    • isEnableHighlighting

      public boolean isEnableHighlighting()
    • setGroup

      public void setGroup(boolean group)
    • isGroup

      public boolean isGroup()
    • setGroupProperty

      public void setGroupProperty(IndexedProperty groupProperty)
    • getGroupProperty

      public IndexedProperty getGroupProperty()
    • setGroupLimit

      public void setGroupLimit(Integer groupLimit)
    • getGroupLimit

      public Integer getGroupLimit()
    • setGroupFacets

      public void setGroupFacets(boolean groupFacets)
    • isGroupFacets

      public boolean isGroupFacets()
    • setPageSize

      public void setPageSize(Integer pageSize)
    • getPageSize

      public Integer getPageSize()
    • setFtsQueryBuilder

      public void setFtsQueryBuilder(String ftsQueryBuilder)
    • getFtsQueryBuilder

      public String getFtsQueryBuilder()
    • setFtsQueryBuilderParameters

      public void setFtsQueryBuilderParameters(Map<String,String> ftsQueryBuilderParameters)
    • getFtsQueryBuilderParameters

      public Map<String,String> getFtsQueryBuilderParameters()
    • setSearchQueryProperties

      public void setSearchQueryProperties(Map<String,SearchQueryProperty> searchQueryProperties)
    • getSearchQueryProperties

      public Map<String,SearchQueryProperty> getSearchQueryProperties()
    • setSearchQuerySorts

      public void setSearchQuerySorts(Collection<SearchQuerySort> searchQuerySorts)
    • getSearchQuerySorts

      public Collection<SearchQuerySort> getSearchQuerySorts()