Get the segments_n file for the generation found in the segments.gen file.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net.Contrib.Core (in Lucene.Net.Contrib.Core.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public override string GetSegmentsFileName()
Visual Basic
Public Overrides Function GetSegmentsFileName As String
Visual C++
public:
virtual String^ GetSegmentsFileName() override

Return Value

The segments_n file to use.

Implements

IndexCommitPoint..::..GetSegmentsFileName()()()()

See Also