Uses of Class
org.apache.lucene.store.RAMFile
-
Packages that use RAMFile 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. -
-
Uses of RAMFile in org.apache.lucene.index
Fields in org.apache.lucene.index declared as RAMFile Modifier and Type Field Description (package private) RAMFile
PrefixCodedTerms. buffer
private RAMFile
PrefixCodedTerms.Builder. buffer
Constructors in org.apache.lucene.index with parameters of type RAMFile Constructor Description PrefixCodedTerms(RAMFile buffer, long size)
TermIterator(long delGen, RAMFile buffer)
-
Uses of RAMFile in org.apache.lucene.store
Fields in org.apache.lucene.store declared as RAMFile Modifier and Type Field Description private RAMFile
RAMInputStream. file
Deprecated.private RAMFile
RAMOutputStream. file
Deprecated.Fields in org.apache.lucene.store with type parameters of type RAMFile Modifier and Type Field Description protected java.util.Map<java.lang.String,RAMFile>
RAMDirectory. fileMap
Deprecated.Methods in org.apache.lucene.store that return RAMFile Modifier and Type Method Description protected RAMFile
RAMDirectory. newRAMFile()
Deprecated.Returns a newRAMFile
for storing data.Constructors in org.apache.lucene.store with parameters of type RAMFile Constructor Description RAMInputStream(java.lang.String name, RAMFile f)
Deprecated.RAMInputStream(java.lang.String name, RAMFile f, long length)
Deprecated.RAMOutputStream(java.lang.String name, RAMFile f, boolean checksum)
Deprecated.Creates this, with specified name.RAMOutputStream(RAMFile f, boolean checksum)
Deprecated.Creates this, with no name.
-