Click or drag to resize

SearchFacet Class

An abstract class for creating ISearchFacet implementations.
Inheritance Hierarchy
SystemObject
  Couchbase.SearchSearchFacet
    Couchbase.SearchDateRangeFacet
    Couchbase.SearchNumericRangeFacet
    Couchbase.SearchTermFacet

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

The SearchFacet type exposes the following members.

Constructors
  NameDescription
Protected methodSearchFacet
Initializes a new instance of the SearchFacet class
Top
Properties
  NameDescription
Public propertyField
The field of the facet.
Public propertyName
The name of the facet.
Public propertySize
The number of facets or categories returned.
Top
Methods
  NameDescription
Public methodStatic memberDate
Factory for creating DateRangeFacet instances.
Public methodStatic memberNumeric
Factory for creating NumericRangeFacet instances.
Public methodStatic memberTerm
Factory for creating TermFacet instances.
Public methodToJson
Gets the JSON representation of this object.
Public methodToString (Overrides ObjectToString.)
Top
See Also