Table of Contents

Interface IFacetQueryField

Namespace
Examine.Search
Assembly
Examine.Core.dll

Represents a facet fulltext query field

public interface IFacetQueryField

Methods

MaxCount(int)

Maximum number of terms to return

IFacetQueryField MaxCount(int count)

Parameters

count int

Returns

IFacetQueryField

SetPath(params string[])

Set the Facet Path

IFacetQueryField SetPath(params string[] path)

Parameters

path string[]

Facet Path

Returns

IFacetQueryField