The TermVectorOffsetInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TermVectorOffsetInfo()()()() | Initializes a new instance of the TermVectorOffsetInfo class | |
| TermVectorOffsetInfo(Int32, Int32) | Initializes a new instance of the TermVectorOffsetInfo class |
Methods
| Name | Description | |
|---|---|---|
| Equals | Two TermVectorOffsetInfos are equals if both the start and end offsets are the same (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.) | |
| GetEndOffset | The accessor for the ending offset for the term | |
| GetHashCode | (Overrides Object..::..GetHashCode()()()().) | |
| GetStartOffset | The accessor for the starting offset of the term.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetEndOffset | ||
| SetStartOffset | ||
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| EMPTY_OFFSET_INFO | Convenience declaration when creating a {@link Lucene.Net.Index.TermPositionVector} that stores only position information. |