Indexes the AggregateRecord instances.

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

Syntax

C#
public void IndexAggregateRecords(
	IEnumerable<AggregateRecord> aggregateRecords
)
Visual Basic (Declaration)
Public Sub IndexAggregateRecords ( _
	aggregateRecords As IEnumerable(Of AggregateRecord) _
)
Visual C++
public:
void IndexAggregateRecords(
	IEnumerable<AggregateRecord^>^ aggregateRecords
)

Parameters

aggregateRecords
Type: System.Collections.Generic..::.IEnumerable<(Of <(AggregateRecord>)>)
The AggregateRecord instances to add to the index

See Also