Holds the status of each segment in the index. See {@link #segmentInfos}.

WARNING: this API is new and experimental and is subject to suddenly change in the next release.

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

Syntax

C#
public class SegmentInfoStatus
Visual Basic
Public Class SegmentInfoStatus
Visual C++
public ref class SegmentInfoStatus

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Index..::..CheckIndex..::..Status..::..SegmentInfoStatus

See Also