Returns a set of search terms after truncation.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Field 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.

See Also