AllDocumentsPositionsContainingWord Method

Stot

Stot

Inverter..::..AllDocumentsPositionsContainingWord Method

Returns all documents Containing this word and the positions inwhich, returns an empty array if the word isn't in any document

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

Syntax


public Dictionary<Document, List<int>> AllDocumentsPositionsContainingWord(
	string Word
)
Public Function AllDocumentsPositionsContainingWord ( _
	Word As String _
) As Dictionary(Of Document, List(Of Integer))
public:
Dictionary<Document^, List<int^>^>^ AllDocumentsPositionsContainingWord(
	String^ Word
)

Parameters

Word
Type: String
The word to be searched for

Return Value

All documents Containing this word, returns an empty array if the word isn't in any document