Share via


FASTSearchRuntime.MaxSummaryLength Property

Gets or sets the maximum character length of the hit highlighted summary. This value is not a hard limit but a hint to the dynamic summary generator to try to limit the summary length to this value. Default: 185.

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

Syntax

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

value = instance.MaxSummaryLength

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

Property Value

Type: System.Int32
Returns Int32.

See Also

Reference

FASTSearchRuntime Class

FASTSearchRuntime Members

Microsoft.Office.Server.Search.Query Namespace