Files Property

Stot

Stot

Inverter..::..Files Property

Gets the files currently Stored in the Inverted Index Table.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public Dictionary<string, Document> Files { get; }
Public ReadOnly Property Files As Dictionary(Of String, Document)
	Get
public:
property Dictionary<String^, Document^>^ Files {
	Dictionary<String^, Document^>^ get ();
}

Field Value

The files stored in the Table.