Gets and sets if the fulltext search should turn on the compute-autophrase feature.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
 Syntax
Syntax
| C# | 
|---|
| public virtual bool NavERecSearchComputeAlternativePhrasings { get; set; } | 
| Visual Basic | 
|---|
| Public Overridable Property NavERecSearchComputeAlternativePhrasings As Boolean Get Set | 
| Visual C++ | 
|---|
| public: virtual property bool NavERecSearchComputeAlternativePhrasings { bool get (); void set (bool value); } | 
Field Value
true if the compute-autophrase feature is enabled, false if it is not. Remarks
Remarks
            Only used if a fulltext search query is being made with the navigation.
            Defaults to false





