Gets the refinements available and retrieved in this dimension.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual DimValList Refinements { get; }
Visual Basic
Public Overridable ReadOnly Property Refinements As DimValList
	Get
Visual C++
public:
virtual property DimValList^ Refinements {
	DimValList^ get ();
}

Field Value

Refinements available in this dimension. Returns an empty DimValList if no refinements are available.

Remarks

Returns an empty DimValList when there are no refinements available. It is possible that while the refinements may return a empty set, refinements are still possible if not all the refinements were retrieved from the MDEX Engine in the original query. Refinements are ordered by the higher ranking to lower ranking where the rankings are determined by the settings in the MDEX Engine and the data.

Each member of this refinement list can be added to the Descriptors and will yield at least one results.

See Also