| Package | Description |
|---|---|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| org.apache.lucene.store |
Binary i/o API, used for all index data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockIndexInput
IndexInput backed by a byte[] for testing.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
NIOFSDirectory.NIOFSIndexInput |
protected static class |
SimpleFSDirectory.SimpleFSIndexInput |
protected static class |
WindowsDirectory.WindowsIndexInput |