Package org.apache.solr.bench.search
Class JsonFaceting
- java.lang.Object
 - 
- org.apache.solr.bench.search.JsonFaceting
 
 
- 
public class JsonFaceting extends Object
A benchmark to experiment with the performance of json faceting. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJsonFaceting.BenchState 
- 
Constructor Summary
Constructors Constructor Description JsonFaceting() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectjsonFacet(MiniClusterState.MiniClusterBenchState miniClusterState, JsonFaceting.BenchState state, JsonFaceting.BenchState.ThreadState threadState) 
 - 
 
- 
- 
Method Detail
- 
jsonFacet
public Object jsonFacet(MiniClusterState.MiniClusterBenchState miniClusterState, JsonFaceting.BenchState state, JsonFaceting.BenchState.ThreadState threadState) throws Exception
- Throws:
 Exception
 
 - 
 
 -