AddDocument Method

Stot

Stot

Inverter..::..AddDocument Method

Adds the document to the Inverted Index Table.

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

Syntax


public void AddDocument(
	String[] words,
	Document doc
)
Public Sub AddDocument ( _
	words As String(), _
	doc As Document _
)
public:
void AddDocument(
	array<String^>^ words, 
	Document^ doc
)

Parameters

words
Type: array<String>[]()[][]
The words in the Documents in Form of a List of Strings.
doc
Type: Engine..::..Document
The document to be added.