WordsPositions Method

Stot

Stot

Store..::..WordsPositions Method

Gets all documents a word occurs in and the Positions in which they occur

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

Syntax


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

Parameters

word
Type: String
The word.

Return Value