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.
|
Modifier and Type | Method and Description |
---|---|
Config |
PerfRunData.getConfig() |
Constructor and Description |
---|
PerfRunData(Config config) |
Modifier and Type | Field and Description |
---|---|
protected Config |
BasicDocMaker.config |
protected Config |
AbstractQueryMaker.config |
Modifier and Type | Method and Description |
---|---|
void |
TrecDocMaker.setConfig(Config config) |
void |
EnwikiDocMaker.setConfig(Config config) |
void |
ReutersDocMaker.setConfig(Config config) |
void |
DirDocMaker.setConfig(Config config) |
void |
DocMaker.setConfig(Config config)
Set the properties
|
void |
QueryMaker.setConfig(Config config)
Set the properties
|
void |
BasicDocMaker.setConfig(Config config) |
void |
SortableSimpleDocMaker.setConfig(Config config) |
void |
AbstractQueryMaker.setConfig(Config config) |
void |
LineDocMaker.setConfig(Config config) |
Constructor and Description |
---|
Points(Config config)
Create a Points statistics object.
|
Modifier and Type | Method and Description |
---|---|
static void |
CreateIndexTask.setIndexWriterConfig(IndexWriter writer,
Config config) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.