Class Facet

  • Direct Known Subclasses:
    FacetError, FacetResult

    public class Facet
    extends Object
    A facet containing additional statistics on the response of a query. Can be either FacetResult or FacetError.
    • Constructor Detail

      • Facet

        public Facet()
    • Method Detail

      • expression

        public String expression()
        Get the expression property: Facet expression, same as in the corresponding facet request.
        Returns:
        the expression value.
      • withExpression

        public Facet withExpression​(String expression)
        Set the expression property: Facet expression, same as in the corresponding facet request.
        Parameters:
        expression - the expression value to set.
        Returns:
        the Facet object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.