Endeca Presentation API
TruncatedTerms Property
NamespacesEndeca.NavigationESearchReportTruncatedTerms
Returns a set of search terms after truncation.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string TruncatedTerms{ get;}
Public Overridable ReadOnly Property TruncatedTerms As String
public:
virtual property String^ TruncatedTerms {
	String^ get ();
}
Value
A string representing the truncated search terms, or null if no truncation was performed.
Remarks
If the number of search terms is too large, the MDEX Engine will truncate the query for performance reasons. TruncatedTerms returns the new set of search terms after the MDEX Engine has peformed the truncation. If no truncation was performed, returns null.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0