NEST by Martijn Laarman and contributors

<PackageReference Include="NEST" Version="0.9.22" />

.NET API 556,544 bytes

 TermsStatsFacetDescriptor<T>

public TermsStatsFacetDescriptor<T> KeyField(Expression<Func<T, object>> objectPath)

public TermsStatsFacetDescriptor<T> KeyField(string keyField)

public TermsStatsFacetDescriptor<T> KeyScript(string keyScript)

public TermsStatsFacetDescriptor<T> Language(string language)

public TermsStatsFacetDescriptor<T> Nested(string nested)

public TermsStatsFacetDescriptor<T> Params(Func<FluentDictionary<string, object>, FluentDictionary<string, object>> paramDictionary)

public TermsStatsFacetDescriptor<T> Scope(string scope)

public TermsStatsFacetDescriptor<T> Size(int size)

public TermsStatsFacetDescriptor<T> ValueField(Expression<Func<T, object>> objectPath)

public TermsStatsFacetDescriptor<T> ValueField(string valueField)

public TermsStatsFacetDescriptor<T> ValueScript(string valueScript)