Interface ISearchFacet
A ISearchFacet allows for aggregating information collected on a particular result set.
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public interface ISearchFacet
Properties
| Edit this page View SourceField
The field of the facet.
Declaration
string Field { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the facet.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Size
The limit for ??????
Declaration
int Size { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
| Edit this page View SourceToJson()
Gets the JSON representation of this object.
Declaration
JProperty ToJson()
Returns
Type | Description |
---|---|
JProperty |