Description of a classification that can be used to get more fine-grained search results.

Export

ClassificationRefinement

interface ClassificationRefinement {
    classificationId: string;
    displayName: string;
    numberOfResults: number;
}

Properties

classificationId: string

Identifier for the classification that can be used for search refinement purposes.

Memberof

ClassificationRefinement

displayName: string

Display name for the classification.

Memberof

ClassificationRefinement

numberOfResults: number

The estimated number of results that would still be returned if refinement key applied.

Memberof

ClassificationRefinement