Interface IFacetResult
Interface to describe Facet results.
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public interface IFacetResult
Properties
| Edit this page View SourceFacetResultType
Gets the type of the facet result.
Declaration
FacetResultType FacetResultType { get; }
Property Value
Type | Description |
---|---|
FacetResultType | The type of the facet result. |
Field
Gets the field used for the facet.
Declaration
string Field { get; }
Property Value
Type | Description |
---|---|
string | The field. |
Missing
Gets the number of misses for the facet.
Declaration
long Missing { get; }
Property Value
Type | Description |
---|---|
long | The missing. |
Name
Gets or sets the name of the result.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |
Other
Gets the number of others for the facet.
Declaration
long Other { get; }
Property Value
Type | Description |
---|---|
long | The other. |
Total
Gets the total number of hits for the facet.
Declaration
long Total { get; }
Property Value
Type | Description |
---|---|
long | The total. |