- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for InternalAggregations (0.23 seconds)
-
benchmarks/src/main/java/org/elasticsearch/benchmark/search/aggregations/bucket/terms/StringTermsSerializationBenchmark.java
for (int i = 0; i < buckets; i++) { InternalAggregations inner = withNested ? InternalAggregations.from(List.of(newTerms(false))) : InternalAggregations.EMPTY; resultBuckets.add(new StringTerms.Bucket(new BytesRef("test" + i), i, inner, false, 0, DocValueFormat.RAW)); } return new StringTerms( "test", BucketOrder.key(true), BucketOrder.key(true),
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Aug 12 21:50:17 GMT 2021 - 3K bytes - Click Count (0) -
benchmarks/src/main/java/org/elasticsearch/benchmark/search/aggregations/TermsReduceBenchmark.java
for (BytesRef term : randomTerms) { InternalAggregations subAggs; if (withNested) { subAggs = InternalAggregations.from(Collections.singletonList(newTerms(rand, dict, false))); } else { subAggs = InternalAggregations.EMPTY; }
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Aug 20 15:45:38 GMT 2021 - 8.1K bytes - Click Count (0)