The DimensionSearchParameters type exposes the following members.

Fields

  NameDescription
DimensionValuesPerDimension
Name of the parameter that indicates the number of results in the dimension search results.
EnableCompound
Name of the parameter that indicates whether compound dimension search is performed. The default is null or false.
EnableRelevanceRanking
Name of the parameter that indicates whether relevance ranking is used to order dimension search results. The default is null or false.
EqlExpression
Name of the parameter that indicates the EQL expression for the command.
FilterAttribute
Name of the parameter that indicates the property or dimension for a given range filter.
FilterLowerBound
Name of the parameter that indicates the lower bound of a given range filter.
FilterRangeType
Name of the parameter that indicates the range type of a given range filter. See RangeFilterOperator
FilterUpperBound
Name of the parameter that indicates the upper bound of a given range filter.
LanguageId
Name of the parameter that indicates the language id for the command.
RecordFilter
Name of the parameter that indicates the record filter for the command.
SearchMode
Name of the parameter that indicates the search mode. See SearchMode
SearchRelevanceRanking
Search options string specifying relevance ranking strategy and attributes.
SearchText
Name of the parameter that indicates the search text for a given search.
SearchWithinDimensionIds
The IDs of the dimensions to search within (applies only to single dimension search)
ShowCountsDimensionIds
The IDs of the dimensions to show the record counts

See Also