Class NotFilter

    • Constructor Detail

      • NotFilter

        public NotFilter​(ISearchQueryFilter filter)
        Creates a new filter used to negate a given filter.
        Parameters:
        filter - the filter to be negated.
        Since:
        8.2.0
    • Method Detail

      • getFilter

        public ISearchQueryFilter getFilter()
        Returns the filter to be negated.
        Returns:
        the filter to be negated.
        Since:
        8.2.0