Interface SearchField

    • Method Detail

      • getName

        String getName()
        Get the search field name.
        Returns:
        The search field name.
      • getSortField

        String getSortField()
        Get the sort field corresponding to this field.
        Returns:
        The sort field.
      • getFacetField

        String getFacetField()
        Get the facet field corresponding to this field.
        Returns:
        The facet field.
      • isJoined

        boolean isJoined()
        Indicates if the search field is joined
        Returns:
        true if the search field is joined
      • getFacetFunction

        default String getFacetFunction()
        Get the facet function corresponding to this field.
        Returns:
        The facet function.