Determines whether this suggestion includes one or more contiguous subsequences of terms that were phrased by the Automatic Phrasing feature of the Endeca MDEX Engine.

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

Syntax

C#
public bool GetDidSuggestionIncludeAutomaticPhrasing()
Visual Basic
Public Function GetDidSuggestionIncludeAutomaticPhrasing As Boolean
Visual C++
public:
bool GetDidSuggestionIncludeAutomaticPhrasing()

Field Value

true if the terms were auto-phrased, or false otherwise.

Return Value

[Missing <returns> documentation for "M:Endeca.Navigation.ESearchAutoSuggestion.GetDidSuggestionIncludeAutomaticPhrasing"]

Remarks

This method is useful if the application developer wants to know what features engaged in the MDEX Engine when generating a suggestion.

See Also