Click or drag to resize

TermFacet Class

A ISearchFacet implementation which counts up how many of the matching documents have a particular term in a particular field.
Inheritance Hierarchy
SystemObject
  Couchbase.SearchSearchFacet
    Couchbase.SearchTermFacet

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public sealed class TermFacet : SearchFacet
Constructors
  NameDescription
Public methodTermFacet
Initializes a new instance of the TermFacet class
Public methodTermFacet(String, String, Int32)
Initializes a new instance of the TermFacet class
Top
See Also