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 |
DocMaker.config |
protected Config |
AbstractQueryMaker.config |
Modifier and Type | Method and Description |
---|---|
Config |
ContentItemsSource.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
TrecContentSource.setConfig(Config config) |
void |
SortableSingleDocSource.setConfig(Config config) |
void |
ReutersContentSource.setConfig(Config config) |
void |
RandomFacetSource.setConfig(Config config) |
void |
QueryMaker.setConfig(Config config)
Set the properties
|
void |
LongToEnglishQueryMaker.setConfig(Config config) |
void |
LineDocSource.setConfig(Config config) |
void |
EnwikiContentSource.setConfig(Config config) |
void |
DocMaker.setConfig(Config config)
Set the configuration parameters of this doc maker.
|
void |
DirContentSource.setConfig(Config config) |
void |
ContentItemsSource.setConfig(Config config)
Sets the
Config for this content source. |
void |
AbstractQueryMaker.setConfig(Config config) |
Constructor and Description |
---|
Points(Config config)
Create a Points statistics object.
|
Modifier and Type | Method and Description |
---|---|
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) |