Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface IFacetResult

    Interface to describe Facet results.

    Namespace: Couchbase.Search
    Assembly: Couchbase.NetClient.dll
    Syntax
    public interface IFacetResult

    Properties

    | Edit this page View Source

    FacetResultType

    Gets the type of the facet result.

    Declaration
    FacetResultType FacetResultType { get; }
    Property Value
    Type Description
    FacetResultType

    The type of the facet result.

    | Edit this page View Source

    Field

    Gets the field used for the facet.

    Declaration
    string Field { get; }
    Property Value
    Type Description
    string

    The field.

    | Edit this page View Source

    Missing

    Gets the number of misses for the facet.

    Declaration
    long Missing { get; }
    Property Value
    Type Description
    long

    The missing.

    | Edit this page View Source

    Name

    Gets or sets the name of the result.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    string

    The name.

    | Edit this page View Source

    Other

    Gets the number of others for the facet.

    Declaration
    long Other { get; }
    Property Value
    Type Description
    long

    The other.

    | Edit this page View Source

    Total

    Gets the total number of hits for the facet.

    Declaration
    long Total { get; }
    Property Value
    Type Description
    long

    The total.

    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.