Table of Contents

Interface IFacetField

Namespace
Examine.Lucene.Search
Assembly
Examine.Lucene.dll

Represents a base facet field

public interface IFacetField

Properties

FacetField

The field to get the facet field from

string FacetField { get; }

Property Value

string

Field

The field name

string Field { get; }

Property Value

string

IsTaxonomyIndexed

Whether this field is indexed in the Taxonomy index

bool IsTaxonomyIndexed { get; }

Property Value

bool

Methods

ExtractFacets(IFacetExtractionContext)

Extracts the facets from the field

IEnumerable<KeyValuePair<string, IFacetResult>> ExtractFacets(IFacetExtractionContext facetExtractionContext)

Parameters

facetExtractionContext IFacetExtractionContext

Returns

IEnumerable<KeyValuePair<string, IFacetResult>>

Returns the facets for this field