MaxSynonymCount Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the maximum number of synonyms to add for each search term.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public int MaxSynonymCount { get; set; }
Visual Basic
Public Property MaxSynonymCount As Integer
	Get
	Set
Visual C++
public:
property int MaxSynonymCount {
	int get ();
	void set (int value);
}

Field Value

Maximum number of synonyms to add for each search term. The default value is 10.

Remarks

Use this property to set the maximum number of synonyms to add for each search term. For example, if you set it to 2 and enter "writer" as a search term, it will search for "author" and "novelist" in addition to "writer".

See Also