Class TagSearchField

    • Field Detail

      • _autoposting

        protected boolean _autoposting
        True to include all hierarchy, false otherwise.
    • Constructor Detail

      • TagSearchField

        public TagSearchField()
        Build a tag search field with no autoposting
      • TagSearchField

        public TagSearchField​(boolean withAutoposting)
        Build a tag search field.
        Parameters:
        withAutoposting - true to search with autoposting.
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: SearchField
        Get the search field name.
        Returns:
        The search field name.
      • getSortField

        public String getSortField()
        Description copied from interface: SearchField
        Get the sort field corresponding to this field.
        Returns:
        The sort field.
      • getFacetField

        public String getFacetField()
        Description copied from interface: SearchField
        Get the facet field corresponding to this field.
        Returns:
        The facet field.