DOIP Client Library - JavaScript Version
    Preparing search index...

    Interface FacetResult

    Interface representing a facet in search results.

    interface FacetResult {
        field: string;
        buckets?: Bucket[];
    }
    Index

    Properties

    Properties

    field: string

    The field name that was faceted on.

    buckets?: Bucket[]

    The buckets of values found for this facet.