Table of Contents

Interface IFaceting

Namespace
Examine.Search
Assembly
Examine.Core.dll

Allows for selecting facets to return in your query

public interface IFaceting

Methods

WithFacets(Action<IFacetOperations>)

Allows for selecting facets to return in your query

IQueryExecutor WithFacets(Action<IFacetOperations> facets)

Parameters

facets Action<IFacetOperations>

Returns

IQueryExecutor