Indexes the Record instance contained within the AggregateRecord.

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(
	AggregateRecord result,
	Dictionary<string, Record> index
)
Visual Basic (Declaration)
Protected Overrides Sub IndexRecords ( _
	result As AggregateRecord, _
	index As Dictionary(Of String, Record) _
)
Visual C++
protected:
virtual void IndexRecords(
	AggregateRecord^ result, 
	Dictionary<String^, Record^>^ index
) override

See Also