Class to handle creating a TermDocs and allowing for seeking and enumeration. Used
when you have a set of one or moreterms for which you want to enumerate over the
documents that contain those terms.
The TermDocEnumerator..::..TermDocUsingTermsEnumerator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Dispose impl.
| |
| Equals | (Inherited from 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.) | |
| GetEnumerator |
Get the enumerator.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveNext |
Move to the next item.
| |
| Reset |
Not implemented. Use Seek instead.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Current |
The current document id.
|