Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for numberOfReplicas (0.07 seconds)

  1. benchmarks/src/main/java/org/elasticsearch/benchmark/routing/allocation/AllocationBenchmark.java

                    IndexMetadata.builder("test_" + i)
                        .settings(Settings.builder().put("index.version.created", Version.CURRENT))
                        .numberOfShards(numShards)
                        .numberOfReplicas(numReplicas)
                );
            }
            Metadata metadata = mb.build();
            RoutingTable.Builder rb = RoutingTable.builder();
            for (int i = 1; i <= numIndices; i++) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Apr 13 08:33:41 GMT 2021
    - 6.7K bytes
    - Click Count (0)
Back to Top