Click or drag to resize

DefaultFacetResult Class

The default facet result.
Inheritance Hierarchy
SystemObject
  Couchbase.SearchDefaultFacetResult
    Couchbase.SearchDateRangeFacetResult
    Couchbase.SearchNumericRangeFacetResult
    Couchbase.SearchTermFacetResult

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class DefaultFacetResult : IFacetResult

The DefaultFacetResult type exposes the following members.

Constructors
  NameDescription
Public methodDefaultFacetResult
Initializes a new instance of the DefaultFacetResult class
Top
Properties
  NameDescription
Public propertyFacetResultType
Gets the type of the facet result.
Public propertyField
Gets the field used for the facet.
Public propertyMissing
Gets the number of misses for the facet.
Public propertyName
Gets or sets the name of the result.
Public propertyOther
Gets the number of others for the facet.
Public propertyTotal
Gets the total number of hits for the facet.
Top
See Also