Uses of Class
org.apache.lucene.codecs.PostingsReaderBase
Packages that use PostingsReaderBase
Package
Description
BlockTree terms dictionary.
Lucene 5.0 file format.
Lucene 8.4 file format.
Lucene 9.0 file format.
Lucene 9.9 file format.
Pluggable term index / block terms dictionary implementations.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
BlockTree terms dictionary.
Lucene 9.12 file 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.
A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
-
Uses of PostingsReaderBase in org.apache.lucene.backward_codecs.lucene40.blocktree
Fields in org.apache.lucene.backward_codecs.lucene40.blocktree declared as PostingsReaderBaseModifier and TypeFieldDescription(package private) final PostingsReaderBase
Lucene40BlockTreeTermsReader.postingsReader
Constructors in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type PostingsReaderBaseModifierConstructorDescriptionLucene40BlockTreeTermsReader
(PostingsReaderBase postingsReader, SegmentReadState state) Sole constructor. -
Uses of PostingsReaderBase in org.apache.lucene.backward_codecs.lucene50
Subclasses of PostingsReaderBase in org.apache.lucene.backward_codecs.lucene50Modifier and TypeClassDescriptionfinal class
Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format. -
Uses of PostingsReaderBase in org.apache.lucene.backward_codecs.lucene84
Subclasses of PostingsReaderBase in org.apache.lucene.backward_codecs.lucene84Modifier and TypeClassDescriptionfinal class
Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format. -
Uses of PostingsReaderBase in org.apache.lucene.backward_codecs.lucene90
Subclasses of PostingsReaderBase in org.apache.lucene.backward_codecs.lucene90Modifier and TypeClassDescriptionfinal class
Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format. -
Uses of PostingsReaderBase in org.apache.lucene.backward_codecs.lucene99
Subclasses of PostingsReaderBase in org.apache.lucene.backward_codecs.lucene99Modifier and TypeClassDescriptionfinal class
Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format. -
Uses of PostingsReaderBase in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as PostingsReaderBaseModifier and TypeFieldDescriptionprivate final PostingsReaderBase
BlockTermsReader.postingsReader
Constructors in org.apache.lucene.codecs.blockterms with parameters of type PostingsReaderBaseModifierConstructorDescriptionBlockTermsReader
(TermsIndexReaderBase indexReader, PostingsReaderBase postingsReader, SegmentReadState state) -
Uses of PostingsReaderBase in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as PostingsReaderBaseModifier and TypeFieldDescription(package private) final PostingsReaderBase
OrdsBlockTreeTermsReader.postingsReader
Constructors in org.apache.lucene.codecs.blocktreeords with parameters of type PostingsReaderBaseModifierConstructorDescriptionOrdsBlockTreeTermsReader
(PostingsReaderBase postingsReader, SegmentReadState state) Sole constructor. -
Uses of PostingsReaderBase in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as PostingsReaderBaseModifier and TypeFieldDescription(package private) final PostingsReaderBase
Lucene90BlockTreeTermsReader.postingsReader
Constructors in org.apache.lucene.codecs.lucene90.blocktree with parameters of type PostingsReaderBaseModifierConstructorDescriptionLucene90BlockTreeTermsReader
(PostingsReaderBase postingsReader, SegmentReadState state) Sole constructor. -
Uses of PostingsReaderBase in org.apache.lucene.codecs.lucene912
Subclasses of PostingsReaderBase in org.apache.lucene.codecs.lucene912Modifier and TypeClassDescriptionfinal class
Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format. -
Uses of PostingsReaderBase in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as PostingsReaderBaseConstructors in org.apache.lucene.codecs.memory with parameters of type PostingsReaderBaseModifierConstructorDescriptionFSTTermsReader
(SegmentReadState state, PostingsReaderBase postingsReader) -
Uses of PostingsReaderBase in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as PostingsReaderBaseModifier and TypeFieldDescriptionprotected final PostingsReaderBase
BlockReader.postingsReader
protected final PostingsReaderBase
UniformSplitTerms.postingsReader
protected final PostingsReaderBase
UniformSplitTermsReader.postingsReader
Methods in org.apache.lucene.codecs.uniformsplit with parameters of type PostingsReaderBaseModifier and TypeMethodDescriptionprotected FieldsProducer
UniformSplitPostingsFormat.createUniformSplitTermsReader
(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder) protected void
UniformSplitTermsReader.fillFieldMap
(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, IndexInput dictionaryInput, IndexInput blockInput, Collection<FieldMetadata> fieldMetadataCollection, FieldInfos fieldInfos) Constructors in org.apache.lucene.codecs.uniformsplit with parameters of type PostingsReaderBaseModifierConstructorDescriptionprotected
BlockReader
(IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder) protected
IntersectBlockReader
(CompiledAutomaton compiled, BytesRef startTerm, IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder) protected
UniformSplitTerms
(IndexInput blockInput, FieldMetadata fieldMetadata, PostingsReaderBase postingsReader, BlockDecoder blockDecoder, IndexDictionary.BrowserSupplier dictionaryBrowserSupplier) UniformSplitTermsReader
(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap) protected
UniformSplitTermsReader
(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, FieldMetadata.Serializer fieldMetadataReader, String codecName, int versionStart, int versionCurrent, String termsBlocksExtension, String dictionaryExtension) -
Uses of PostingsReaderBase in org.apache.lucene.sandbox.codecs.idversion
Subclasses of PostingsReaderBase in org.apache.lucene.sandbox.codecs.idversionFields in org.apache.lucene.sandbox.codecs.idversion declared as PostingsReaderBaseModifier and TypeFieldDescription(package private) final PostingsReaderBase
VersionBlockTreeTermsReader.postingsReader
Constructors in org.apache.lucene.sandbox.codecs.idversion with parameters of type PostingsReaderBaseModifierConstructorDescriptionVersionBlockTreeTermsReader
(PostingsReaderBase postingsReader, SegmentReadState state) Sole constructor.