| Package | Description |
|---|---|
| org.apache.lucene.store |
Binary i/o API, used for all index data.
|
| Modifier and Type | Field and Description |
|---|---|
protected SimpleFSDirectory.SimpleFSIndexInput.Descriptor |
SimpleFSDirectory.SimpleFSIndexInput.file |
| Constructor and Description |
|---|
NIOFSDirectory.NIOFSIndexInput(String sliceDescription,
File path,
SimpleFSDirectory.SimpleFSIndexInput.Descriptor file,
FileChannel fc,
long off,
long length,
int bufferSize,
int chunkSize) |
SimpleFSDirectory.SimpleFSIndexInput(String resourceDesc,
SimpleFSDirectory.SimpleFSIndexInput.Descriptor file,
long off,
long length,
int bufferSize,
int chunkSize) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.