Gets and sets if the fulltext search should turn on the rewrite-autophrase feature.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual bool NavERecSearchRewriteQueryWithAnAlternativePhrasing { get; set; }
Visual Basic
Public Overridable Property NavERecSearchRewriteQueryWithAnAlternativePhrasing As Boolean
	Get
	Set
Visual C++
public:
virtual property bool NavERecSearchRewriteQueryWithAnAlternativePhrasing {
	bool get ();
	void set (bool value);
}

Field Value

true if the rewrite-autophrase feature is enabled, false if it is not.

Remarks

Only used if a fulltext search query is being made with the navigation. Defaults to false

See Also