Table of Contents

Struct FacetValue

Namespace
Examine.Search
Assembly
Examine.Core.dll
public readonly struct FacetValue : IFacetValue
Implements
Inherited Members

Constructors

FacetValue(string, float)

public FacetValue(string label, float value)

Parameters

label string
value float

Properties

Label

The label of the facet value

public string Label { get; }

Property Value

string

Value

The occurrence of the facet field

public float Value { get; }

Property Value

float