Enumerates the possible values of AlternativePhrasingMode.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public enum AlternativePhrasingMode
Visual Basic (Declaration)
Public Enumeration AlternativePhrasingMode
Visual C++
public enum class AlternativePhrasingMode

Members

Member nameDescription
Disabled
The Endeca MDEX Engine will not compute alternative phrasing.
ComputeAlternativePhrasing
The Endeca MDEX Engine will compute alternative phrasings for the current record search query.
RewriteWithAlternativePhasing
The Endeca MDEX Engine will use one of the the alternative phrasings it has computed instead of the end user's original record search query when computing the set of documents to return.

See Also