Uses of Class
org.apache.solr.bench.Docs
-
Packages that use Docs Package Description org.apache.solr.bench Support for running Solr benchmarks using OpenJDK's JMH -
-
Uses of Docs in org.apache.solr.bench
Methods in org.apache.solr.bench that return Docs Modifier and Type Method Description static DocsDocs. docs()Docs docs.static DocsDocs. docs(Long seed)Docs docs.DocsDocs. field(String name, org.quicktheories.core.Gen<?> generator)Field docs.DocsDocs. field(SolrGen<?> generator)Field docs.Methods in org.apache.solr.bench with parameters of type Docs Modifier and Type Method Description voidMiniClusterState.MiniClusterBenchState. index(String collection, Docs docs, int docCount)voidMiniClusterState.MiniClusterBenchState. index(String collection, Docs docs, int docCount, boolean parallel)Index.
-