Apache Lucene.Net 2.4.0 Class Library API

FilteredQuery Class

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.

For a list of all members of this type, see FilteredQuery Members.

System.Object
   Lucene.Net.Search.Query
      Lucene.Net.Search.FilteredQuery

public class FilteredQuery : Query

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Search

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

FilteredQuery Members | Lucene.Net.Search Namespace | CachingWrapperFilter