Uses of Class
org.apache.lucene.benchmark.byTask.utils.Config
-
Packages that use Config Package Description org.apache.lucene.benchmark.byTask Benchmarking Lucene By Tasks.org.apache.lucene.benchmark.byTask.feeds Sources for benchmark inputs: documents and queries.org.apache.lucene.benchmark.byTask.stats Statistics maintained when running benchmark tasks.org.apache.lucene.benchmark.byTask.tasks Extendable benchmark tasks. -
-
Uses of Config in org.apache.lucene.benchmark.byTask
Methods in org.apache.lucene.benchmark.byTask that return Config Modifier and Type Method Description ConfigPerfRunData. getConfig()Constructors in org.apache.lucene.benchmark.byTask with parameters of type Config Constructor Description PerfRunData(Config config) -
Uses of Config in org.apache.lucene.benchmark.byTask.feeds
Fields in org.apache.lucene.benchmark.byTask.feeds declared as Config Modifier and Type Field Description protected ConfigAbstractQueryMaker. configprotected ConfigDocMaker. configMethods in org.apache.lucene.benchmark.byTask.feeds that return Config Modifier and Type Method Description ConfigContentItemsSource. getConfig()Methods in org.apache.lucene.benchmark.byTask.feeds with parameters of type Config Modifier and Type Method Description voidAbstractQueryMaker. setConfig(Config config)voidContentItemsSource. setConfig(Config config)Sets theConfigfor this content source.voidDirContentSource. setConfig(Config config)voidDocMaker. setConfig(Config config)Set the configuration parameters of this doc maker.voidEnwikiContentSource. setConfig(Config config)voidLineDocSource. setConfig(Config config)voidLongToEnglishQueryMaker. setConfig(Config config)voidQueryMaker. setConfig(Config config)Set the propertiesvoidRandomFacetSource. setConfig(Config config)voidReutersContentSource. setConfig(Config config)voidSortableSingleDocSource. setConfig(Config config)voidTrecContentSource. setConfig(Config config) -
Uses of Config in org.apache.lucene.benchmark.byTask.stats
Constructors in org.apache.lucene.benchmark.byTask.stats with parameters of type Config Constructor Description Points(Config config)Create a Points statistics object. -
Uses of Config in org.apache.lucene.benchmark.byTask.tasks
Methods in org.apache.lucene.benchmark.byTask.tasks with parameters of type Config Modifier and Type Method Description static IndexWriterCreateIndexTask. configureWriter(Config config, PerfRunData runData, IndexWriterConfig.OpenMode mode, IndexCommit commit)static IndexWriterConfigCreateIndexTask. createWriterConfig(Config config, PerfRunData runData, IndexWriterConfig.OpenMode mode, IndexCommit commit)static IndexDeletionPolicyCreateIndexTask. getIndexDeletionPolicy(Config config)
-