Table of Contents

Class FacetValue

Namespace
Si.Srp.Models.Search.Facet
Assembly
Si.Srp.Models.Search.dll

Represents the value of a facet

public sealed class FacetValue
Inheritance
FacetValue
Inherited Members

Constructors

FacetValue()

public FacetValue()

Properties

Count

The total number of documents with the value filtered by your query

public uint Count { get; set; }

Property Value

uint

Id

The Id of the value

public long Id { get; set; }

Property Value

long

Name

The name of the value

public string Name { get; set; }

Property Value

string

Total

The total number of documents with the value

public uint Total { get; set; }

Property Value

uint