Class AggregateFacet<TInput>
Represents a facet to be passed to the Facet method.
public abstract class AggregateFacet<TInput>
  Type Parameters
TInputThe type of the input documents.
- Inheritance
 - 
      
      AggregateFacet<TInput>
 
- Derived
 
- Inherited Members
 
Constructors
- AggregateFacet(string)
 Initializes a new instance of the AggregateFacet<TInput> class.
Properties
- Name
 Gets the facet name.
- OutputSerializer
 Gets the output serializer.
- OutputType
 Gets the type of the output documents.
Methods
- RenderPipeline(RenderArgs<TInput>)
 Renders the facet pipeline.