The types of possible adjustments made to original search terms.

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

Syntax

C#
[FlagsAttribute]
public enum AdjustmentTypes
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration AdjustmentTypes
Visual C++
[FlagsAttribute]
public enum class AdjustmentTypes

Members

Member nameDescription
SpellingCorrection
A type indicating a term was spell-corrected by the Spelling Correction feature of the Endeca MDEX Engine.
Phrasing
A type indicating contiguous subsequences of terms that were phrased by the Automatic Phrasing feature.
WordBreak
A type indicating one or more terms were analyzed by the Word Break analysis feature of the Endeca MDEX Engine.

See Also