| Package | Description |
|---|---|
| org.apache.lucene.index |
Support for testing of indexes.
|
| org.apache.lucene.store |
Support for testing store mechanisms.
|
| org.apache.lucene.util |
General test support.
|
| Modifier and Type | Field and Description |
|---|---|
protected MockDirectoryWrapper |
ThreadedIndexingAndSearchingTestCase.dir |
| Modifier and Type | Method and Description |
|---|---|
void |
MockDirectoryWrapper.Failure.eval(MockDirectoryWrapper dir)
eval is called on the first write of every new file.
|
| Constructor and Description |
|---|
MockIndexInputWrapper(MockDirectoryWrapper dir,
String name,
IndexInput delegate)
Construct an empty output buffer.
|
MockIndexOutputWrapper(MockDirectoryWrapper dir,
IndexOutput delegate,
String name)
Construct an empty output buffer.
|
MockLockFactoryWrapper(MockDirectoryWrapper dir,
LockFactory delegate) |
| Modifier and Type | Method and Description |
|---|---|
static MockDirectoryWrapper |
LuceneTestCase.newMockDirectory() |
static MockDirectoryWrapper |
LuceneTestCase.newMockDirectory(Random r) |
static MockDirectoryWrapper |
LuceneTestCase.newMockFSDirectory(File f) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.