Uses of Class
org.apache.lucene.store.RAMOutputStream
-
Packages that use RAMOutputStream Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of RAMOutputStream in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as RAMOutputStream Modifier and Type Field Description private 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 RAMOutputStream Modifier and Type Field Description private RAMOutputStreamFixedGapTermsIndexWriter.SimpleFieldWriter. addressBufferprivate RAMOutputStreamBlockTermsWriter.TermsWriter. bytesWriterprivate RAMOutputStreamFixedGapTermsIndexWriter.SimpleFieldWriter. offsetsBuffer -
Uses of RAMOutputStream in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree declared as RAMOutputStream Modifier and Type Field Description private RAMOutputStreamBlockTreeTermsWriter.TermsWriter. metaWriterprivate RAMOutputStreamBlockTreeTermsWriter. scratchBytesprivate RAMOutputStreamBlockTreeTermsWriter.TermsWriter. spareWriterprivate RAMOutputStreamBlockTreeTermsWriter.TermsWriter. statsWriterprivate RAMOutputStreamBlockTreeTermsWriter.TermsWriter. suffixLengthsWriterMethods in org.apache.lucene.codecs.blocktree with parameters of type RAMOutputStream Modifier and Type Method Description voidBlockTreeTermsWriter.PendingBlock. compileIndex(java.util.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 RAMOutputStream Modifier and Type Field Description private RAMOutputStreamOrdsBlockTreeTermsWriter.TermsWriter. metaWriterprivate RAMOutputStreamOrdsBlockTreeTermsWriter. scratchBytesprivate RAMOutputStreamOrdsBlockTreeTermsWriter.TermsWriter. statsWriterprivate RAMOutputStreamOrdsBlockTreeTermsWriter.TermsWriter. suffixWriterMethods in org.apache.lucene.codecs.blocktreeords with parameters of type RAMOutputStream Modifier and Type Method Description voidOrdsBlockTreeTermsWriter.PendingBlock. compileIndex(java.util.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 RAMOutputStream Modifier and Type Field Description private RAMOutputStreamVersionBlockTreeTermsWriter.TermsWriter. metaWriterprivate RAMOutputStreamVersionBlockTreeTermsWriter. scratchBytesprivate RAMOutputStreamVersionBlockTreeTermsWriter.TermsWriter. suffixWriterMethods in org.apache.lucene.codecs.idversion with parameters of type RAMOutputStream Modifier and Type Method Description voidVersionBlockTreeTermsWriter.PendingBlock. compileIndex(java.util.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 RAMOutputStream Modifier and Type Field Description private RAMOutputStreamFSTTermsWriter.TermsWriter. metaWriter -
Uses of RAMOutputStream in org.apache.lucene.index
Fields in org.apache.lucene.index declared as RAMOutputStream Modifier and Type Field Description private RAMOutputStreamPrefixCodedTerms.Builder. output
-