Apache Lucene.Net 2.4.0 Class Library API

TermVectorOffsetInfo Methods

The methods of the TermVectorOffsetInfo class are listed below. For a complete list of TermVectorOffsetInfo class members, see the TermVectorOffsetInfo Members topic.

Public Instance Methods

Equals Two TermVectorOffsetInfos are equals if both the start and end offsets are the same
GetEndOffset The accessor for the ending offset for the term
GetHashCode 
GetStartOffset The accessor for the starting offset of the term.
GetType (inherited from Object)Gets the Type of the current instance.
SetEndOffset 
SetStartOffset 
ToString (inherited from Object)Returns a String that represents the current Object.

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.

See Also

TermVectorOffsetInfo Class | Lucene.Net.Index Namespace