For each dimension that has been enabled to return refinement counts, the MDEX Engine returns refinement counts for records that match descriptors. Descriptors are selected dimension values in this navigation state.
The refinement counts that the Dgraph returns for descriptors are
returned with the
DGraph.Bins
or
DGraph.AggrBins
property on the descriptor
DimVal
object returned through the navigation API.
The count represents the number of records (or aggregate records, in the
case of
DGraph.AggrBins
) that match this dimension value in
the current navigation state.
This capability of retrieving refinement counts for descriptors is the default behavior of the MDEX Engine. No additional configuration (for example, Dgraph command line options) is needed to enable this capability.
For detailed information on retrieving counts for records that match descriptors, see the topic in the MDEX Engine Basic Developer's Guide.