Updates an item in the index.

Namespace:  Mindscape.LightSpeed.Search
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
void Update(
	IndexKey indexKey,
	string data
)
Visual Basic (Declaration)
Sub Update ( _
	indexKey As IndexKey, _
	data As String _
)

Parameters

indexKey
Type: Mindscape.LightSpeed.Search..::.IndexKey
The key of the item.
data
Type: System..::.String
The data to be indexed.

See Also