The SearchAdjustment type exposes the following members.

Constructors

  NameDescription
SearchAdjustment
Instantiates a new SearchAdjustment with the given parameters

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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

  NameDescription
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.

See Also