|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Config | |
---|---|
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 | |
---|---|
Config |
PerfRunData.getConfig()
|
Constructors in org.apache.lucene.benchmark.byTask with parameters of type Config | |
---|---|
PerfRunData(Config config)
|
Uses of Config in org.apache.lucene.benchmark.byTask.feeds |
---|
Fields in org.apache.lucene.benchmark.byTask.feeds declared as Config | |
---|---|
protected Config |
DocMaker.config
|
protected Config |
AbstractQueryMaker.config
|
Methods in org.apache.lucene.benchmark.byTask.feeds that return Config | |
---|---|
Config |
ContentItemsSource.getConfig()
|
Methods in org.apache.lucene.benchmark.byTask.feeds with parameters of type Config | |
---|---|
void |
TrecContentSource.setConfig(Config config)
|
void |
DocMaker.setConfig(Config config)
Set the configuration parameters of this doc maker. |
void |
ReutersContentSource.setConfig(Config config)
|
void |
RandomFacetSource.setConfig(Config config)
|
void |
AbstractQueryMaker.setConfig(Config config)
|
void |
SortableSingleDocSource.setConfig(Config config)
|
void |
LongToEnglishQueryMaker.setConfig(Config config)
|
void |
LineDocSource.setConfig(Config config)
|
void |
DirContentSource.setConfig(Config config)
|
void |
ContentItemsSource.setConfig(Config config)
Sets the Config for this content source. |
void |
QueryMaker.setConfig(Config config)
Set the properties |
void |
EnwikiContentSource.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 | |
---|---|
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 | |
---|---|
static IndexWriter |
CreateIndexTask.configureWriter(Config config,
PerfRunData runData,
IndexWriterConfig.OpenMode mode,
IndexCommit commit)
|
static IndexWriterConfig |
CreateIndexTask.createWriterConfig(Config config,
PerfRunData runData,
IndexWriterConfig.OpenMode mode,
IndexCommit commit)
|
static IndexDeletionPolicy |
CreateIndexTask.getIndexDeletionPolicy(Config config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |