Dynamicweb 8 Documentation
Index Method

Provides information about what data should be retrieved.
Creates new index entries.
Syntax
'Declaration
 
Protected Overrides Function Index( _ 
   ByVal request As Dynamicweb.Searching.IndexerDataRequest _
) As IEnumerable(Of IndexEntry)
protected override IEnumerable<IndexEntry> Index( 
   Dynamicweb.Searching.IndexerDataRequest request 
)

Parameters

request
Provides information about what data should be retrieved.

Return Value

New entries that needs to be put into the index.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductIndexer Class
ProductIndexer Members
Base Implementation in Index

Send Feedback