A collection of segmentInfo objects with methods for operating on those segments in relation to the file system.

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#
[SerializableAttribute]
public sealed class SegmentInfos : ArrayList
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class SegmentInfos _
	Inherits ArrayList
Visual C++
[SerializableAttribute]
public ref class SegmentInfos sealed : public ArrayList

Inheritance Hierarchy

System..::..Object
  System.Collections..::..ArrayList
    Lucene.Net.Index..::..SegmentInfos

See Also