Class SortingAwareFilter

    • Constructor Detail

      • SortingAwareFilter

        public SortingAwareFilter​(String field,
                                  Object value)
        Instantiates a new SortingAwareFilter.
        Parameters:
        field - the field
        value - the value
    • Method Detail

      • isReverseScan

        public boolean isReverseScan()
        Indicates if the filter should scan the index in reverse order.
      • setReverseScan

        public void setReverseScan​(boolean reverseScan)
        Indicates if the filter should scan the index in reverse order.