Class TermsAggregationDescriptor<T>
Inheritance
TermsAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class TermsAggregationDescriptor<T> : BucketAggregationDescriptorBase<TermsAggregationDescriptor<T>, ITermsAggregation, T>, IDescriptor, ITermsAggregation, IBucketAggregation, IAggregation where T : class
Type Parameters
Methods
|
Edit this page
View Source
CollectMode(TermsAggregationCollectMode?)
Declaration
public TermsAggregationDescriptor<T> CollectMode(TermsAggregationCollectMode? collectMode)
Parameters
Returns
|
Edit this page
View Source
Exclude(IEnumerable<string>)
Declaration
public TermsAggregationDescriptor<T> Exclude(IEnumerable<string> values)
Parameters
Returns
|
Edit this page
View Source
Exclude(string)
Declaration
public TermsAggregationDescriptor<T> Exclude(string excludePattern)
Parameters
Type |
Name |
Description |
string |
excludePattern |
|
Returns
|
Edit this page
View Source
ExecutionHint(TermsAggregationExecutionHint?)
Declaration
public TermsAggregationDescriptor<T> ExecutionHint(TermsAggregationExecutionHint? executionHint)
Parameters
Returns
|
Edit this page
View Source
Field(Field)
Declaration
public TermsAggregationDescriptor<T> Field(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Field<TValue>(Expression<Func<T, TValue>>)
Declaration
public TermsAggregationDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> field)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Include(IEnumerable<string>)
Declaration
public TermsAggregationDescriptor<T> Include(IEnumerable<string> values)
Parameters
Returns
|
Edit this page
View Source
Include(long, long)
Declaration
public TermsAggregationDescriptor<T> Include(long partition, long numberOfPartitions)
Parameters
Type |
Name |
Description |
long |
partition |
|
long |
numberOfPartitions |
|
Returns
|
Edit this page
View Source
Include(string)
Declaration
public TermsAggregationDescriptor<T> Include(string includePattern)
Parameters
Type |
Name |
Description |
string |
includePattern |
|
Returns
|
Edit this page
View Source
MinimumDocumentCount(int?)
Declaration
public TermsAggregationDescriptor<T> MinimumDocumentCount(int? minimumDocumentCount)
Parameters
Type |
Name |
Description |
int? |
minimumDocumentCount |
|
Returns
|
Edit this page
View Source
Missing(object)
Declaration
public TermsAggregationDescriptor<T> Missing(object missing)
Parameters
Type |
Name |
Description |
object |
missing |
|
Returns
|
Edit this page
View Source
Order(Func<TermsOrderDescriptor<T>, IPromise<IList<TermsOrder>>>)
Declaration
public TermsAggregationDescriptor<T> Order(Func<TermsOrderDescriptor<T>, IPromise<IList<TermsOrder>>> selector)
Parameters
Returns
|
Edit this page
View Source
Script(Func<ScriptDescriptor, IScript>)
Declaration
public TermsAggregationDescriptor<T> Script(Func<ScriptDescriptor, IScript> scriptSelector)
Parameters
Returns
|
Edit this page
View Source
Script(string)
Declaration
public TermsAggregationDescriptor<T> Script(string script)
Parameters
Type |
Name |
Description |
string |
script |
|
Returns
|
Edit this page
View Source
ShardSize(int?)
Declaration
public TermsAggregationDescriptor<T> ShardSize(int? shardSize)
Parameters
Type |
Name |
Description |
int? |
shardSize |
|
Returns
|
Edit this page
View Source
ShowTermDocCountError(bool?)
Declaration
public TermsAggregationDescriptor<T> ShowTermDocCountError(bool? showTermDocCountError = true)
Parameters
Type |
Name |
Description |
bool? |
showTermDocCountError |
|
Returns
|
Edit this page
View Source
Size(int?)
Declaration
public TermsAggregationDescriptor<T> Size(int? size)
Parameters
Type |
Name |
Description |
int? |
size |
|
Returns
Implements
Extension Methods