The types of possible adjustments made to original search terms.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
[FlagsAttribute] public enum AdjustmentTypes |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration AdjustmentTypes |
| Visual C++ |
|---|
[FlagsAttribute] public enum class AdjustmentTypes |
Members
| Member name | Description | |
|---|---|---|
| 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.
|