NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.0.0-alpha1" />

.NET API 4,177,408 bytes

 TermsAggregationExecutionHint

Determines how the terms aggregation is executed

Order by using ordinals of the field and preemptively allocating one bucket per ordinal value

Order by using ordinals of the field and dynamically allocating one bucket per ordinal value

Order by using per-segment ordinals to compute counts and remap these counts to global counts using global ordinals

Map = 0

Order by using field values directly in order to aggregate data per-bucket