WordsPositions Method

Stot

Stot

IStore..::..WordsPositions Method

Get all word positions in each document.

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

Syntax


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

Parameters

word
Type: String
The word.

Return Value

a dictionary containing a document in which a word occurs and the list of positions where it occurs