Get the free text data to be indexed when using the LightSpeed search engine API. By default this method will return a concatenation of field values attributed with the Indexed attribute. Override to provide custom data for this entity's index data.

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

Syntax

C#
protected virtual string GetSearchData()
Visual Basic (Declaration)
Protected Overridable Function GetSearchData As String

Return Value

The free text to be indexed for this entity.

See Also