Information about a segment such as it's name, directory, and files related to the segment. *

NOTE: This API is new and still experimental (subject to change suddenly in the next release)

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public sealed class SegmentInfo : ICloneable
Visual Basic
Public NotInheritable Class SegmentInfo _
	Implements ICloneable
Visual C++
public ref class SegmentInfo sealed : ICloneable

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Index..::..SegmentInfo

See Also