Package org.apache.solr.bench.search
Class JsonFaceting.BenchState
- java.lang.Object
-
- org.apache.solr.bench.search.JsonFaceting.BenchState
-
- Enclosing class:
- JsonFaceting
public static class JsonFaceting.BenchState extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJsonFaceting.BenchState.ThreadState
-
Field Summary
Fields Modifier and Type Field Description static StringcollectionintdocCount
-
Constructor Summary
Constructors Constructor Description BenchState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup(org.openjdk.jmh.infra.BenchmarkParams benchmarkParams, MiniClusterState.MiniClusterBenchState miniClusterState)
-
-
-
Field Detail
-
collection
public static final String collection
- See Also:
- Constant Field Values
-
docCount
public int docCount
-
-
Method Detail
-
setup
public void setup(org.openjdk.jmh.infra.BenchmarkParams benchmarkParams, MiniClusterState.MiniClusterBenchState miniClusterState) throws Exception- Throws:
Exception
-
-