Uses of Class
org.apache.lucene.codecs.PostingsWriterBase
Packages that use PostingsWriterBase
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.
Components from the Lucene 8.4 index format.
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
Pluggable term index / block terms dictionary implementations.
Pluggable term index / block terms dictionary implementations.
-
Uses of PostingsWriterBase in org.apache.lucene.codecs
Subclasses of PostingsWriterBase in org.apache.lucene.codecsModifier and TypeClassDescriptionclassExtension ofPostingsWriterBase, adding a push API for writing each element of the postings. -
Uses of PostingsWriterBase in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as PostingsWriterBaseModifier and TypeFieldDescription(package private) final PostingsWriterBaseBlockTermsWriter.postingsWriterprivate final PostingsWriterBaseBlockTermsWriter.TermsWriter.postingsWriterConstructors in org.apache.lucene.codecs.blockterms with parameters of type PostingsWriterBaseModifierConstructorDescriptionBlockTermsWriter(TermsIndexWriterBase termsIndexWriter, SegmentWriteState state, PostingsWriterBase postingsWriter) (package private)TermsWriter(TermsIndexWriterBase.FieldWriter fieldIndexWriter, FieldInfo fieldInfo, PostingsWriterBase postingsWriter) -
Uses of PostingsWriterBase in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree declared as PostingsWriterBaseModifier and TypeFieldDescription(package private) final PostingsWriterBaseBlockTreeTermsWriter.postingsWriterConstructors in org.apache.lucene.codecs.blocktree with parameters of type PostingsWriterBaseModifierConstructorDescriptionBlockTreeTermsWriter(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock) Create a new writer. -
Uses of PostingsWriterBase in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as PostingsWriterBaseModifier and TypeFieldDescription(package private) final PostingsWriterBaseOrdsBlockTreeTermsWriter.postingsWriterConstructors in org.apache.lucene.codecs.blocktreeords with parameters of type PostingsWriterBaseModifierConstructorDescriptionOrdsBlockTreeTermsWriter(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock) Create a new writer. -
Uses of PostingsWriterBase in org.apache.lucene.codecs.idversion
Subclasses of PostingsWriterBase in org.apache.lucene.codecs.idversionFields in org.apache.lucene.codecs.idversion declared as PostingsWriterBaseModifier and TypeFieldDescription(package private) final PostingsWriterBaseVersionBlockTreeTermsWriter.postingsWriterConstructors in org.apache.lucene.codecs.idversion with parameters of type PostingsWriterBaseModifierConstructorDescriptionVersionBlockTreeTermsWriter(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock) Create a new writer. -
Uses of PostingsWriterBase in org.apache.lucene.codecs.lucene84
Subclasses of PostingsWriterBase in org.apache.lucene.codecs.lucene84Modifier and TypeClassDescriptionfinal classConcrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format. -
Uses of PostingsWriterBase in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as PostingsWriterBaseModifier and TypeFieldDescription(package private) final PostingsWriterBaseFSTTermsWriter.postingsWriterConstructors in org.apache.lucene.codecs.memory with parameters of type PostingsWriterBaseModifierConstructorDescriptionFSTTermsWriter(SegmentWriteState state, PostingsWriterBase postingsWriter) -
Uses of PostingsWriterBase in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as PostingsWriterBaseModifier and TypeFieldDescriptionprotected final PostingsWriterBaseUniformSplitTermsWriter.postingsWriterMethods in org.apache.lucene.codecs.uniformsplit with parameters of type PostingsWriterBaseModifier and TypeMethodDescriptionprotected FieldsConsumerUniformSplitPostingsFormat.createUniformSplitTermsWriter(PostingsWriterBase postingsWriter, SegmentWriteState state, int targetNumBlockLines, int deltaNumLines, BlockEncoder blockEncoder) Constructors in org.apache.lucene.codecs.uniformsplit with parameters of type PostingsWriterBaseModifierConstructorDescriptionUniformSplitTermsWriter(PostingsWriterBase postingsWriter, SegmentWriteState state, int targetNumBlockLines, int deltaNumLines, BlockEncoder blockEncoder) protectedUniformSplitTermsWriter(PostingsWriterBase postingsWriter, SegmentWriteState state, int targetNumBlockLines, int deltaNumLines, BlockEncoder blockEncoder, FieldMetadata.Serializer fieldMetadataWriter, String codecName, int versionCurrent, String termsBlocksExtension, String dictionaryExtension) UniformSplitTermsWriter(PostingsWriterBase postingsWriter, SegmentWriteState state, BlockEncoder blockEncoder)