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) RAMFilePrefixCodedTerms. bufferprivate RAMFilePrefixCodedTerms.Builder. bufferConstructors 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 RAMFileRAMInputStream. fileDeprecated.private RAMFileRAMOutputStream. fileDeprecated.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. fileMapDeprecated.Methods in org.apache.lucene.store that return RAMFile Modifier and Type Method Description protected RAMFileRAMDirectory. newRAMFile()Deprecated.Returns a newRAMFilefor 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.
-