Couchbase .NET SDK __CB_SDK_VERSION__

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.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public class TermFacetResult : DefaultFacetResult, IFacetResult

Constructors

View Source

TermFacetResult()

Declaration
public TermFacetResult()

Properties

View Source

FacetResultType

Gets the type of the facet result.

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

The type of the facet result.

Overrides
DefaultFacetResult.FacetResultType
View Source

Terms

Gets or sets the terms.

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

The terms.

Implements

IFacetResult
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.