Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface ISearchFacet

    A ISearchFacet allows for aggregating information collected on a particular result set.

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

    Properties

    | Edit this page View Source

    Field

    The field of the facet.

    Declaration
    string Field { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    The name of the facet.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Size

    The limit for ??????

    Declaration
    int Size { get; set; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    ToJson()

    Gets the JSON representation of this object.

    Declaration
    JProperty ToJson()
    Returns
    Type Description
    JProperty
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.