FASTSearchRuntime.MaxUrlLength Property

Gets or sets the maximum character length of the hit highlighted url (hhurl) element. The hit highlighted url element will be truncated if longer than this value. Default: 2048.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property MaxUrlLength As Integer
    Get
    Set
'Usage
Dim instance As FASTSearchRuntime
Dim value As Integer

value = instance.MaxUrlLength

instance.MaxUrlLength = value
public int MaxUrlLength { get; set; }

Property Value

Type: System.Int32
Returns Int32.

See Also

Reference

FASTSearchRuntime Class

FASTSearchRuntime Members

Microsoft.Office.Server.Search.Query Namespace