Apache Lucene.Net 2.4.0 Class Library API

TermVectorOffsetInfo Members

TermVectorOffsetInfo overview

Public Static Fields

EMPTY_OFFSET_INFO Convenience declaration when creating a {@link Lucene.Net.Index.TermPositionVector} that stores only position information.

Public Instance Constructors

TermVectorOffsetInfo Overloaded. Initializes a new instance of the TermVectorOffsetInfo class.

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