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 | Field and Description |
---|---|
(package private) RAMFile |
PrefixCodedTerms.buffer |
private RAMFile |
PrefixCodedTerms.Builder.buffer |
private RAMFile |
SortingLeafReader.SortingPostingsEnum.file |
Constructor and Description |
---|
PrefixCodedTerms(RAMFile buffer,
long size) |
TermIterator(long delGen,
RAMFile buffer) |
Modifier and Type | Field and Description |
---|---|
private RAMFile |
RAMInputStream.file
Deprecated.
|
private RAMFile |
RAMOutputStream.file
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,RAMFile> |
RAMDirectory.fileMap
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected RAMFile |
RAMDirectory.newRAMFile()
Deprecated.
Returns a new
RAMFile for storing data. |
Constructor and Description |
---|
RAMInputStream(java.lang.String name,
RAMFile f)
Deprecated.
|
RAMInputStream(java.lang.String name,
RAMFile f,
long length)
Deprecated.
|
RAMOutputStream(RAMFile f,
boolean checksum)
Deprecated.
Creates this, with no name.
|
RAMOutputStream(java.lang.String name,
RAMFile f,
boolean checksum)
Deprecated.
Creates this, with specified name.
|