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 |
ContentSource.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
QueryMaker.setConfig(Config config)
Set the properties
|
void |
TrecContentSource.setConfig(Config config) |
void |
EnwikiDocMaker.setConfig(Config config)
Deprecated.
|
void |
EnwikiContentSource.setConfig(Config config) |
void |
SortableSingleDocSource.setConfig(Config config) |
void |
DirContentSource.setConfig(Config config) |
void |
AbstractQueryMaker.setConfig(Config config) |
void |
LineDocSource.setConfig(Config config) |
void |
DocMaker.setConfig(Config config)
Set the configuration parameters of this doc maker.
|
void |
ContentSource.setConfig(Config config)
Sets the
Config for this content source. |
void |
LineDocMaker.setConfig(Config config)
Deprecated.
|
void |
ReutersContentSource.setConfig(Config config) |
Constructor and Description |
---|
Points(Config config)
Create a Points statistics object.
|
Modifier and Type | Method and Description |
---|---|
static IndexDeletionPolicy |
CreateIndexTask.getIndexDeletionPolicy(Config config) |
static IndexReader |
OpenReaderTask.openCommitPoint(String userData,
Directory dir,
Config config,
boolean readOnly) |
static void |
CreateIndexTask.setIndexWriterConfig(IndexWriter writer,
Config config) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.