Package | Description |
---|---|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
org.apache.lucene.util |
Some utility classes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static MockDirectoryWrapper |
LuceneTestCase.newMockDirectory() |
static MockDirectoryWrapper |
LuceneTestCase.newMockDirectory(Random r) |
static MockDirectoryWrapper |
LuceneTestCase.newMockDirectory(Random r,
LockFactory lf) |
static MockDirectoryWrapper |
LuceneTestCase.newMockFSDirectory(Path f) |
static MockDirectoryWrapper |
LuceneTestCase.newMockFSDirectory(Path f,
LockFactory lf) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.