Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for newTerms (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. benchmarks/src/main/java/org/elasticsearch/benchmark/search/aggregations/TermsReduceBenchmark.java

                }
                for (int i = 0; i < numShards; i++) {
                    aggsList.add(InternalAggregations.from(Collections.singletonList(newTerms(rand, dict, true))));
                }
            }
    
            private StringTerms newTerms(Random rand, BytesRef[] dict, boolean withNested) {
                Set<BytesRef> randomTerms = new HashSet<>();
                for (int i = 0; i < topNSize; i++) {
    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)
Back to Top