Table of Contents

Interface IFacetValue

Namespace
Examine.Search
Assembly
Examine.Core.dll

Represents a single facet value

public interface IFacetValue

Properties

Label

The label of the facet value

string Label { get; }

Property Value

string

Value

The occurrence of the facet field

float Value { get; }

Property Value

float