Uses of Class
org.apache.lucene.store.RAMOutputStream
Packages that use RAMOutputStream
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Pluggable term index / block terms dictionary implementations.
BlockTree terms dictionary.
Same postings format as Lucene50, except the terms dictionary also
supports ords, i.e.
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
Code to maintain and access indices.
-
Uses of RAMOutputStream in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as RAMOutputStreamModifier and TypeFieldDescriptionprivate RAMOutputStream[]MultiLevelSkipListWriter.skipBufferfor every skip level a different buffer is used -
Uses of RAMOutputStream in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as RAMOutputStreamModifier and TypeFieldDescriptionprivate RAMOutputStreamFixedGapTermsIndexWriter.SimpleFieldWriter.addressBufferprivate final RAMOutputStreamBlockTermsWriter.TermsWriter.bytesWriterprivate RAMOutputStreamFixedGapTermsIndexWriter.SimpleFieldWriter.offsetsBuffer -
Uses of RAMOutputStream in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree declared as RAMOutputStreamModifier and TypeFieldDescriptionprivate final RAMOutputStreamBlockTreeTermsWriter.TermsWriter.metaWriterprivate final RAMOutputStreamBlockTreeTermsWriter.scratchBytesprivate final RAMOutputStreamBlockTreeTermsWriter.TermsWriter.spareWriterprivate final RAMOutputStreamBlockTreeTermsWriter.TermsWriter.statsWriterprivate final RAMOutputStreamBlockTreeTermsWriter.TermsWriter.suffixLengthsWriterMethods in org.apache.lucene.codecs.blocktree with parameters of type RAMOutputStreamModifier and TypeMethodDescriptionvoidBlockTreeTermsWriter.PendingBlock.compileIndex(List<BlockTreeTermsWriter.PendingBlock> blocks, RAMOutputStream scratchBytes, IntsRefBuilder scratchIntsRef) -
Uses of RAMOutputStream in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as RAMOutputStreamModifier and TypeFieldDescriptionprivate final RAMOutputStreamOrdsBlockTreeTermsWriter.TermsWriter.metaWriterprivate final RAMOutputStreamOrdsBlockTreeTermsWriter.scratchBytesprivate final RAMOutputStreamOrdsBlockTreeTermsWriter.TermsWriter.statsWriterprivate final RAMOutputStreamOrdsBlockTreeTermsWriter.TermsWriter.suffixWriterMethods in org.apache.lucene.codecs.blocktreeords with parameters of type RAMOutputStreamModifier and TypeMethodDescriptionvoidOrdsBlockTreeTermsWriter.PendingBlock.compileIndex(List<OrdsBlockTreeTermsWriter.PendingBlock> blocks, RAMOutputStream scratchBytes, IntsRefBuilder scratchIntsRef) -
Uses of RAMOutputStream in org.apache.lucene.codecs.idversion
Fields in org.apache.lucene.codecs.idversion declared as RAMOutputStreamModifier and TypeFieldDescriptionprivate final RAMOutputStreamVersionBlockTreeTermsWriter.TermsWriter.metaWriterprivate final RAMOutputStreamVersionBlockTreeTermsWriter.scratchBytesprivate final RAMOutputStreamVersionBlockTreeTermsWriter.TermsWriter.suffixWriterMethods in org.apache.lucene.codecs.idversion with parameters of type RAMOutputStreamModifier and TypeMethodDescriptionvoidVersionBlockTreeTermsWriter.PendingBlock.compileIndex(List<VersionBlockTreeTermsWriter.PendingBlock> blocks, RAMOutputStream scratchBytes, IntsRefBuilder scratchIntsRef) -
Uses of RAMOutputStream in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as RAMOutputStreamModifier and TypeFieldDescriptionprivate final RAMOutputStreamFSTTermsWriter.TermsWriter.metaWriter -
Uses of RAMOutputStream in org.apache.lucene.index
Fields in org.apache.lucene.index declared as RAMOutputStream