Click or drag to resize

ISearchFacet Interface

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

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

The ISearchFacet type exposes the following members.

Properties
  NameDescription
Public propertyField
The field of the facet.
Public propertyName
The name of the facet.
Public propertySize
The limit for ??????
Top
Methods
  NameDescription
Public methodToJson
Gets the JSON representation of this object.
Top
See Also