Indexes the Record instance.

Namespace:  Endeca.Web.Url.Indexing
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected override void IndexRecords(
	Record result,
	Dictionary<string, Record> index
)
Visual Basic (Declaration)
Protected Overrides Sub IndexRecords ( _
	result As Record, _
	index As Dictionary(Of String, Record) _
)
Visual C++
protected:
virtual void IndexRecords(
	Record^ result, 
	Dictionary<String^, Record^>^ index
) override

Parameters

result
Type: Endeca.Data..::.Record
The Record.
index
Type: System.Collections.Generic..::.Dictionary<(Of <(String, Record>)>)
The Dictionary<(Of <(TKey, TValue>)>) where TKey is a String and the TValue is Record.

See Also