Apache Lucene.Net 2.4.0 Class Library API

QueryFilter Members

QueryFilter overview

Public Instance Constructors

QueryFilter Constructor Constructs a filter which only matches documents matching
query
.

Public Instance Methods

Bits (inherited from CachingWrapperFilter)Obsolete.  
Equals 
GetDocIdSet (inherited from CachingWrapperFilter) 
GetHashCode 
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from CachingWrapperFilter) 

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Protected Internal Instance Fields

cache (inherited from CachingWrapperFilter) A transient Filter cache. To cache Filters even when using {@link RemoteSearchable} use {@link RemoteCachingWrapperFilter} instead.
filter (inherited from CachingWrapperFilter) 

See Also

QueryFilter Class | Lucene.Net.Search Namespace