Gets the truncated terms if truncation was needed to ensure the performance of the search

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public string TruncatedTerms { get; }
Visual Basic (Declaration)
Public ReadOnly Property TruncatedTerms As String
Visual C++
public:
property String^ TruncatedTerms {
	String^ get ();
}

See Also