The ESearchReport type exposes the following members.
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. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| isValid |
Determines if the search was a valid search.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| MODE_ALL |
Match all user search terms (i.e., perform a conjunctive search). This is the default mode.
| |
| MODE_ALL_ANY |
Match all user search terms if possible, otherwise match at least one.
| |
| MODE_ALL_PARTIAL |
Match all user search terms if possible, otherwise match some.
| |
| MODE_ANY |
Match at least one user search term.
| |
| MODE_BOOLEAN |
Match using a Boolean query.
| |
| MODE_PARTIAL |
Match some user search terms.
| |
| MODE_PARTIAL_MAX |
Match a maximal subset of user search terms.
| |
| MODE_UNKNOWN |
The mode is unknown.
|
Properties
| Name | Description | |
|---|---|---|
| AutoSuggestions |
Returns the list of automatic spelling corrections
and/or alternative phrasing suggestions made by
the Endeca MDEX Engine.
| |
| DYMSuggestions |
Returns the list of "Did You Mean" suggestions made by the MDEX Engine
| |
| ErrorMessage |
Returns the MDEX Engine's error message if the search was not valid.
| |
| Key |
Gets the name of the Endeca Dimension or Property key
used in the search.
| |
| MatchedMode |
Returns the matched search mode that was
selected by the MDEX Engine.
| |
| NumMatchedTerms |
Returns the number of search terms that were sucessfully matched when the search
was performed.
| |
| NumMatchingResults |
Returns the number of records that matched the search.
| |
| SearchMode |
Gets the requested search mode used in the search.
| |
| Terms |
Gets the terms specified in the search.
| |
| TruncatedTerms |
Returns a set of search terms after truncation.
| |
| WordInterps |
Returns the word interpretations for the record search.
|