Apache Lucene.Net 2.4.0 Class Library API

SegmentInfo Methods

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

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