Keyoti SearchUnit API Docs
Summary Property
API DocumentationKeyoti.SearchEngine.SearchResultItemSummary
Keyoti SearchUnit v6
A summary for the result.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual string Summary { get; set; }
public virtual string Summary { get; set; }
Public Overridable Property Summary As String
	Get
	Set
Public Overridable Property Summary As String
	Get
	Set
public:
virtual property String^ Summary {
	String^ get ();
	void set (String^ value);
}
public:
virtual property String^ Summary {
	String^ get ();
	void set (String^ value);
}
abstract Summary : string with get, set
override Summary : string with get, set
abstract Summary : string with get, set
override Summary : string with get, set
Property Value
Remarks
When phrase matching is enabled this is an extract of the document text containing the original query terms, otherwise this is text from the start of the document.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120