The ESearchReport type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisValid
Determines if the search was a valid search.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberMODE_ALL
Match all user search terms (i.e., perform a conjunctive search). This is the default mode.
Public fieldStatic memberMODE_ALL_ANY
Match all user search terms if possible, otherwise match at least one.
Public fieldStatic memberMODE_ALL_PARTIAL
Match all user search terms if possible, otherwise match some.
Public fieldStatic memberMODE_ANY
Match at least one user search term.
Public fieldStatic memberMODE_BOOLEAN
Match using a Boolean query.
Public fieldStatic memberMODE_PARTIAL
Match some user search terms.
Public fieldStatic memberMODE_PARTIAL_MAX
Match a maximal subset of user search terms.
Public fieldStatic memberMODE_UNKNOWN
The mode is unknown.

Properties

  NameDescription
Public propertyAutoSuggestions
Returns the list of automatic spelling corrections and/or alternative phrasing suggestions made by the Endeca MDEX Engine.
Public propertyDYMSuggestions
Returns the list of "Did You Mean" suggestions made by the MDEX Engine
Public propertyErrorMessage
Returns the MDEX Engine's error message if the search was not valid.
Public propertyKey
Gets the name of the Endeca Dimension or Property key used in the search.
Public propertyMatchedMode
Returns the matched search mode that was selected by the MDEX Engine.
Public propertyNumMatchedTerms
Returns the number of search terms that were sucessfully matched when the search was performed.
Public propertyNumMatchingResults
Returns the number of records that matched the search.
Public propertySearchMode
Gets the requested search mode used in the search.
Public propertyTerms
Gets the terms specified in the search.
Public propertyTruncatedTerms
Returns a set of search terms after truncation.
Public propertyWordInterps
Returns the word interpretations for the record search.

See Also