Package org.apache.solr.bench.index
Class CloudIndexing
- java.lang.Object
-
- org.apache.solr.bench.index.CloudIndexing
-
public class CloudIndexing extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CloudIndexing.BenchState
-
Constructor Summary
Constructors Constructor Description CloudIndexing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
indexLargeDoc(MiniClusterState.MiniClusterBenchState miniClusterState, CloudIndexing.BenchState state)
Object
indexSmallDoc(MiniClusterState.MiniClusterBenchState miniClusterState, CloudIndexing.BenchState state)
-
-
-
Method Detail
-
indexLargeDoc
public Object indexLargeDoc(MiniClusterState.MiniClusterBenchState miniClusterState, CloudIndexing.BenchState state) throws Exception
- Throws:
Exception
-
indexSmallDoc
public Object indexSmallDoc(MiniClusterState.MiniClusterBenchState miniClusterState, CloudIndexing.BenchState state) throws Exception
- Throws:
Exception
-
-