Get the filename of the current segments_N file from a list of files.

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

Syntax

C#
public static string GetCurrentSegmentFileName(
	string[] files
)
Visual Basic
Public Shared Function GetCurrentSegmentFileName ( _
	files As String() _
) As String
Visual C++
public:
static String^ GetCurrentSegmentFileName(
	array<String^>^ files
)

Parameters

files
Type: array<System..::..String>[]()[][]
-- array of file names to check

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.SegmentInfos.GetCurrentSegmentFileName(System.String[])"]

See Also