Apache Lucene.Net 2.4.0 Class Library API

SegmentInfo Members

SegmentInfo overview

Public Instance Constructors

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

Public Instance Fields

dir 
docCount 
name 

Public Instance Methods

Clone 
EqualsWe consider another SegmentInfo instance equal if it has the same dir and same name.
Files 
GetDelCount 
GetHashCode 
GetType (inherited from Object)Gets the Type of the current instance.
GetUseCompoundFile Returns true if this segment is stored as a compound file; else, false.
HasDeletions 
HasSeparateNorms Returns true if any fields in this segment have separate norms.
SegStringUsed for debugging
SizeInBytesReturns total size in bytes of all of files used by this segment.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

SegmentInfo Class | Lucene.Net.Index Namespace