|
||||||||||
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 |
AbstractQueryMaker.config
|
protected Config |
BasicDocMaker.config
|
Methods in org.apache.lucene.benchmark.byTask.feeds with parameters of type Config | |
---|---|
void |
DocMaker.setConfig(Config config)
Set the properties |
void |
QueryMaker.setConfig(Config config)
Set the properties |
void |
SortableSimpleDocMaker.setConfig(Config config)
|
void |
LineDocMaker.setConfig(Config config)
|
void |
AbstractQueryMaker.setConfig(Config config)
|
void |
BasicDocMaker.setConfig(Config config)
|
void |
EnwikiDocMaker.setConfig(Config config)
|
void |
ReutersDocMaker.setConfig(Config config)
|
void |
TrecDocMaker.setConfig(Config config)
|
void |
DirDocMaker.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 void |
CreateIndexTask.setIndexWriterConfig(IndexWriter writer,
Config config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |