Class SearchQueryTemplate

  • All Implemented Interfaces:
    java.io.Serializable

    public class SearchQueryTemplate
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • SearchQueryTemplate

        public SearchQueryTemplate()
    • Method Detail

      • setName

        public void setName​(java.lang.String name)
      • getName

        public java.lang.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)
      • setGroupLimit

        public void setGroupLimit​(java.lang.Integer groupLimit)
      • getGroupLimit

        public java.lang.Integer getGroupLimit()
      • setGroupFacets

        public void setGroupFacets​(boolean groupFacets)
      • isGroupFacets

        public boolean isGroupFacets()
      • setPageSize

        public void setPageSize​(java.lang.Integer pageSize)
      • getPageSize

        public java.lang.Integer getPageSize()
      • setFtsQueryBuilder

        public void setFtsQueryBuilder​(java.lang.String ftsQueryBuilder)
      • getFtsQueryBuilder

        public java.lang.String getFtsQueryBuilder()
      • setFtsQueryBuilderParameters

        public void setFtsQueryBuilderParameters​(java.util.Map<java.lang.String,​java.lang.String> ftsQueryBuilderParameters)
      • getFtsQueryBuilderParameters

        public java.util.Map<java.lang.String,​java.lang.String> getFtsQueryBuilderParameters()
      • setSearchQueryProperties

        public void setSearchQueryProperties​(java.util.Map<java.lang.String,​SearchQueryProperty> searchQueryProperties)
      • getSearchQueryProperties

        public java.util.Map<java.lang.String,​SearchQueryProperty> getSearchQueryProperties()
      • setSearchQuerySorts

        public void setSearchQuerySorts​(java.util.Collection<SearchQuerySort> searchQuerySorts)
      • getSearchQuerySorts

        public java.util.Collection<SearchQuerySort> getSearchQuerySorts()