Gets the collection of applied search adjustments made by the Endeca MDEX Engine. The adjustment type
may be a spelling correction, phrasing, or word break.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public ReadOnlyCollection<SearchAdjustment> AppliedSearchAdjustments { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property AppliedSearchAdjustments As ReadOnlyCollection(Of SearchAdjustment) |
| Visual C++ |
|---|
public: property ReadOnlyCollection<SearchAdjustment^>^ AppliedSearchAdjustments { ReadOnlyCollection<SearchAdjustment^>^ get (); } |