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.
Created: Apr 20, 2004 8:58:29 AM
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[SerializableAttribute] public class FilteredQuery : Query |
Visual Basic |
---|
<SerializableAttribute> _ Public Class FilteredQuery _ Inherits Query |
Visual C++ |
---|
[SerializableAttribute] public ref class FilteredQuery : public Query |