Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class DefaultFacetResult

    The default facet result.

    Inheritance
    object
    DefaultFacetResult
    DateRangeFacetResult
    NumericRangeFacetResult
    TermFacetResult
    Implements
    IFacetResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Search
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class DefaultFacetResult : IFacetResult

    Properties

    | Edit this page View Source

    FacetResultType

    Gets the type of the facet result.

    Declaration
    [JsonProperty("FacetResultType")]
    public virtual 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
    [JsonProperty("field")]
    public string Field { get; set; }
    Property Value
    Type Description
    string

    The field.

    | Edit this page View Source

    Missing

    Gets the number of misses for the facet.

    Declaration
    [JsonProperty("missing")]
    public long Missing { get; set; }
    Property Value
    Type Description
    long

    The missing.

    | Edit this page View Source

    Name

    Gets or sets the name of the result.

    Declaration
    [JsonProperty("name")]
    public 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
    [JsonProperty("other")]
    public long Other { get; set; }
    Property Value
    Type Description
    long

    The other.

    | Edit this page View Source

    Total

    Gets the total number of hits for the facet.

    Declaration
    [JsonProperty("total")]
    public long Total { get; set; }
    Property Value
    Type Description
    long

    The total.

    Implements

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