The TermsFilter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TermsFilter | Initializes a new instance of the TermsFilter class |
Methods
| Name | Description | |
|---|---|---|
| AddTerm |
Add a term to the set.
| |
| Bits | Obsolete. (Inherited from Filter.) | |
| Equals | (Overrides Object..::..Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDocIdSet |
Get the DocIdSet.
(Overrides Filter..::..GetDocIdSet(IndexReader).) | |
| GetHashCode | (Overrides Object..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
| terms |
The set of terms for this filter.
|