| 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 |
AbstractQueryMaker.config |
protected Config |
DocMaker.config |
| Modifier and Type | Method and Description |
|---|---|
Config |
ContentItemsSource.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractQueryMaker.setConfig(Config config) |
void |
TrecContentSource.setConfig(Config config) |
void |
QueryMaker.setConfig(Config config)
Set the properties
|
void |
ReutersContentSource.setConfig(Config config) |
void |
DirContentSource.setConfig(Config config) |
void |
LineDocSource.setConfig(Config config) |
void |
SortableSingleDocSource.setConfig(Config config) |
void |
EnwikiContentSource.setConfig(Config config) |
void |
ContentItemsSource.setConfig(Config config)
Sets the
Config for this content source. |
void |
RandomFacetSource.setConfig(Config config) |
void |
LongToEnglishQueryMaker.setConfig(Config config) |
void |
DocMaker.setConfig(Config config)
Set the configuration parameters of this doc maker.
|
| Constructor and Description |
|---|
Points(Config config)
Create a Points statistics object.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.index.IndexWriter |
CreateIndexTask.configureWriter(Config config,
PerfRunData runData,
org.apache.lucene.index.IndexWriterConfig.OpenMode mode,
org.apache.lucene.index.IndexCommit commit) |
static org.apache.lucene.index.IndexWriterConfig |
CreateIndexTask.createWriterConfig(Config config,
PerfRunData runData,
org.apache.lucene.index.IndexWriterConfig.OpenMode mode,
org.apache.lucene.index.IndexCommit commit) |
static org.apache.lucene.index.IndexDeletionPolicy |
CreateIndexTask.getIndexDeletionPolicy(Config config) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.