Prints the filename and size of each file within a given compound file. Add the -extract flag to extract files to the current working directory. In order to make the extracted version of the index work, you have to copy the segments file from the compound index into the directory where the extracted files are stored.

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

Syntax

C#
public static void Main(
	string[] args
)
Visual Basic
Public Shared Sub Main ( _
	args As String() _
)
Visual C++
public:
static void Main(
	array<String^>^ args
)

Parameters

args
Type: array<System..::..String>[]()[][]
Usage: Lucene.Net.Index.IndexReader [-extract] <cfsfile>

See Also