Click or drag to resize

IFacetResult Interface

Interface to describe Facet results.

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

The IFacetResult type exposes the following members.

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