Table of Contents

Interface IIndexFacetValueType

Namespace
Examine.Lucene.Indexing
Assembly
Examine.Lucene.dll

Represents a facet index value type

public interface IIndexFacetValueType

Properties

IsTaxonomyFaceted

Whether the Field is indexed in the Taxonomy Index

bool IsTaxonomyFaceted { get; }

Property Value

bool

Methods

ExtractFacets(IFacetExtractionContext, IFacetField)

Extracts the facets from the field

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

Parameters

facetExtractionContext IFacetExtractionContext
field IFacetField

Returns

IEnumerable<KeyValuePair<string, IFacetResult>>

A dictionary of facets for this field