The DimensionSearchCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DimensionSearchCommand | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | AddOrReplaceParameter |
Adds the parameter to the EndecaParameterCollection and replaces an existing parameter if one is present
(Inherited from EndecaCommand.) |
![]() | CopyFrom | Overloaded. |
![]() | Equals | (Inherited from Object.) |
![]() | Execute |
Executes the command and returns the DimensionSearchResult.
|
![]() | Fill |
Executes this command and assigns the raw engine results to the specified result object.
Note that the engine results are not marshalled into RAD output type until specifically
requested by a consumer accessing result.
(Inherited from EndecaCommand.) |
![]() | 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.) |
![]() | GetParameterValue |
Gets the value of the parameter with the specified name, or null if there is no such
parameter.
(Inherited from EndecaCommand.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEmptyCommand |
Returns true if no parameters are specified for the command, else returns false.
(Inherited from EndecaCommand.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnCommandExecuted |
Raises the CommandExecuted event.
(Inherited from EndecaCommand.) |
![]() | OnExecuted |
Raises the EngineExecuted event.
(Inherited from EndecaCommand.) |
![]() | OnExecuting |
Raises the EngineExecuting event.
(Inherited from EndecaCommand.) |
![]() | OnParametersChanged |
Raises the ParametersChanged event.
(Inherited from EndecaCommand.) |
![]() | ResetParameters |
Clears out collection parameters and nulls scalar parameters.
(Inherited from EndecaCommand.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Connection |
Gets or sets the connection to the MDEX Engine.
(Inherited from EndecaCommand.) |
![]() | DimensionValuesPerDimension |
Gets or sets the number of dimension values to return per dimension in the dimension search results.
|
![]() | EqlExpression |
Gets or sets the EQL expression for the command.
|
![]() | ID |
Gets or sets the command identifier
(Inherited from EndecaCommand.) |
![]() | LanguageId |
Gets or sets the LanguageId for the command.
|
![]() | RangeFilters |
Gets the collection of range filters for the command.
|
![]() | RecordFilter |
Gets or sets the record filter for the command.
|
![]() | SearchMode |
Gets or sets the search mode for the dimension search.
|
![]() | SearchRelevanceRanking |
Gets or sets the relevance ranking strategy for the dimension search.
|
![]() | SearchTerms |
Gets or sets the search terms for the dimension search.
|
![]() | SearchWithinDimensionIds |
Gets the collection dimensions to search within.
|
![]() | SelectedDimensionValueIds |
Gets the collection of ids of all currently selected dimension values.
|
![]() | ShowCountsDimensionIds |
Gets the dimensions to turn on "showcounts".
|
![]() | TypeNames |
Gets or sets a TypeNames object that contains the names of the types
that represent Endeca primitives (i.e. records and dimension values).
(Inherited from EndecaCommand.) |
Events
Name | Description | |
---|---|---|
![]() | CommandExecuted |
Raised when this command has queried the MDEX engine the results have been marshaled
into the RAD API objects.
(Inherited from EndecaCommand.) |
![]() | EngineExecuted |
Raised when this command has queried the MDEX engine, and results are available.
(Inherited from EndecaCommand.) |
![]() | EngineExecuting |
Raises when this command is about to query the MDEX engine.
(Inherited from EndecaCommand.) |
![]() | ParametersChanged |
Raised when the value of a property of this command that affects the query made to the
MDEX engine has changed.
(Inherited from EndecaCommand.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ICommandSource<(Of <(DimensionSearchCommand>)>)..::.GetCommand | |
![]() ![]() | ICommandSource..::.GetEndecaCommand |