The SearchReport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SearchReport |
Initializes a new SearchReport instance.
|
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.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AppliedSearchAdjustments |
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.
|
![]() | ErrorMessage |
Gets the error message if the search was invalid
|
![]() | MatchedMode |
Gets the matched search mode that was selected by the MDEX Engine.
|
![]() | MatchedRecordCount |
Gets the number of results matched by the search.
The results refer to records in a record search and dimensions in a dimension search
|
![]() | MatchedTermsCount |
Gets the number of matched terms from the search
|
![]() | Search |
Gets the original search that generated this report.
|
![]() | SuggestedSearchAdjustments |
Gets the list of suggested search adjustments made by the Endeca MDEX Engine. The adjustment type
may be a spelling correction, phrasing, or word break.
|
![]() | TruncatedTerms |
Gets the truncated terms if truncation was needed to ensure the performance of the search
|
![]() | WordInterpretations |
Gets the PropertyMap of word interpretations for the search
|