This array contains all filename extensions used by Lucene's index files, with two exceptions, namely the extension made up from
CopyC#
.f
+ a number and from
CopyC#
.s
+ a number. Also note that Lucene's
CopyC#
segments_N
files do not have any filename extension.

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

Syntax

C#
public static readonly string[] INDEX_EXTENSIONS
Visual Basic
Public Shared ReadOnly INDEX_EXTENSIONS As String()
Visual C++
public:
static initonly array<String^>^ INDEX_EXTENSIONS

See Also