Class TermFacet
A ISearchFacet implementation which counts up how many of the matching documents have a particular term in a particular field.
Implements
Inherited Members
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public sealed class TermFacet : SearchFacet, ISearchFacet
Constructors
| Edit this page View SourceTermFacet()
Declaration
public TermFacet()
TermFacet(string, string, int)
Declaration
public TermFacet(string name, string field, int size)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | field | |
int | size |