Class FilteredQuery

  • All Implemented Interfaces:
    Cloneable

    public class FilteredQuery
    extends Query
    A query that applies a filter to the results of another query.

    Note: the bits are retrieved from the filter each time this query is used in a search - use a CachingWrapperFilter to avoid regenerating the bits every time.

    Since:
    1.4
    See Also:
    CachingWrapperFilter