The SearchAdjustment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SearchAdjustment |
Instantiates a new SearchAdjustment with the given parameters
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Parse |
Creates a SearchAdjustment from a properly formatted string
|
![]() | ToString |
Creates a string representation of SearchAdjustment
which can be used in conjunction with Parse(String) (Overrides Object..::.ToString()()().) |
Properties
Name | Description | |
---|---|---|
![]() | AdjustmentType |
Gets whether this suggestion resulted based on phrasing, spelling correction, word break, or a combination of the 3.
|
![]() | RecordCountIfApplied |
Gets the number of records that will match if the suggestion is applied. If the value is
null, then this adjustment was automatically applied by the MDEX engine.
|
![]() | Search |
Gets a Search object representing the search request to which this
adjustment was applied.
|
![]() | Terms |
Gets the terms for the spelling suggestion.
|