Returns the number of search terms that were sucessfully matched when the search was performed.

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

Syntax

C#
public virtual long NumMatchedTerms { get; }
Visual Basic
Public Overridable ReadOnly Property NumMatchedTerms As Long
	Get
Visual C++
public:
virtual property long long NumMatchedTerms {
	long long get ();
}

Field Value

The number of terms that matched.

Remarks

Note that the number of matched terms may be different than the number of terms returned from Terms if the search mode was MODE_ALL.

See Also