Class TagSearchField

All Implemented Interfaces:
SearchField

Tags search field.
  • Field Details

    • _autoposting

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

    • 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 Details

    • 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

      Description copied from interface: SearchField
      Get the facet field corresponding to this field.
      Returns:
      The facet field.