Class MixinTypeSearchField

java.lang.Object
org.ametys.cms.search.solr.field.AbstractNoJoinSystemSearchField
org.ametys.cms.search.solr.field.MixinTypeSearchField
All Implemented Interfaces:
SearchField

Mixin type search field.
  • Field Details

  • Constructor Details

    • MixinTypeSearchField

      public MixinTypeSearchField(boolean includeAll)
      Build a mixin type search field.
      Parameters:
      includeAll - true to include all hierarchy, false otherwise.
  • 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.