Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class TermFacetResult

    The result for a TermFacet.

    Inheritance
    object
    DefaultFacetResult
    TermFacetResult
    Implements
    IFacetResult
    Inherited Members
    DefaultFacetResult.Name
    DefaultFacetResult.Field
    DefaultFacetResult.Total
    DefaultFacetResult.Missing
    DefaultFacetResult.Other
    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 TermFacetResult : DefaultFacetResult, IFacetResult

    Properties

    | Edit this page View Source

    FacetResultType

    Gets the type of the facet result.

    Declaration
    [JsonProperty("facetResultType")]
    public override FacetResultType FacetResultType { get; }
    Property Value
    Type Description
    FacetResultType

    The type of the facet result.

    Overrides
    DefaultFacetResult.FacetResultType
    | Edit this page View Source

    Terms

    Gets or sets the terms.

    Declaration
    [JsonProperty("terms")]
    public IReadOnlyCollection<Term> Terms { get; set; }
    Property Value
    Type Description
    IReadOnlyCollection<Term>

    The terms.

    Implements

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