 | SearchFacetTerm Method |
Namespace:
Couchbase.Search
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic static TermFacet Term(
string name,
string field,
int size
)
Parameters
- name
- Type: SystemString
The name. - field
- Type: SystemString
The field. - size
- Type: SystemInt32
The size.
Return Value
Type:
TermFacet[Missing <returns> documentation for "M:Couchbase.Search.SearchFacet.Term(System.String,System.String,System.Int32)"]
See Also