Uses of Class
org.apache.lucene.codecs.PostingsReaderBase
-
Packages that use PostingsReaderBase Package Description org.apache.lucene.backward_codecs.lucene40.blocktree BlockTree terms dictionary.org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.sandbox.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. -
-
Uses of PostingsReaderBase in org.apache.lucene.backward_codecs.lucene40.blocktree
Fields in org.apache.lucene.backward_codecs.lucene40.blocktree declared as PostingsReaderBase Modifier and Type Field Description (package private) PostingsReaderBase
Lucene40BlockTreeTermsReader. postingsReader
Constructors in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type PostingsReaderBase Constructor Description Lucene40BlockTreeTermsReader(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.lucene50 Modifier and Type Class Description class
Lucene50PostingsReader
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.lucene84 Modifier and Type Class Description class
Lucene84PostingsReader
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 PostingsReaderBase Modifier and Type Field Description private PostingsReaderBase
BlockTermsReader. postingsReader
Constructors in org.apache.lucene.codecs.blockterms with parameters of type PostingsReaderBase Constructor Description BlockTermsReader(TermsIndexReaderBase indexReader, PostingsReaderBase postingsReader, SegmentReadState state)
-
Uses of PostingsReaderBase in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as PostingsReaderBase Modifier and Type Field Description (package private) PostingsReaderBase
OrdsBlockTreeTermsReader. postingsReader
Constructors in org.apache.lucene.codecs.blocktreeords with parameters of type PostingsReaderBase Constructor Description OrdsBlockTreeTermsReader(PostingsReaderBase postingsReader, SegmentReadState state)
Sole constructor. -
Uses of PostingsReaderBase in org.apache.lucene.codecs.lucene90
Subclasses of PostingsReaderBase in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description class
Lucene90PostingsReader
Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format. -
Uses of PostingsReaderBase in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as PostingsReaderBase Modifier and Type Field Description (package private) PostingsReaderBase
Lucene90BlockTreeTermsReader. postingsReader
Constructors in org.apache.lucene.codecs.lucene90.blocktree with parameters of type PostingsReaderBase Constructor Description Lucene90BlockTreeTermsReader(PostingsReaderBase postingsReader, SegmentReadState state)
Sole constructor. -
Uses of PostingsReaderBase in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as PostingsReaderBase Modifier and Type Field Description (package private) PostingsReaderBase
FSTTermsReader. postingsReader
Constructors in org.apache.lucene.codecs.memory with parameters of type PostingsReaderBase Constructor Description FSTTermsReader(SegmentReadState state, PostingsReaderBase postingsReader)
-
Uses of PostingsReaderBase in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as PostingsReaderBase Modifier and Type Field Description protected PostingsReaderBase
BlockReader. postingsReader
protected PostingsReaderBase
UniformSplitTerms. postingsReader
protected PostingsReaderBase
UniformSplitTermsReader. postingsReader
Methods in org.apache.lucene.codecs.uniformsplit with parameters of type PostingsReaderBase Modifier and Type Method Description protected 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, java.util.Collection<FieldMetadata> fieldMetadataCollection, FieldInfos fieldInfos)
Constructors in org.apache.lucene.codecs.uniformsplit with parameters of type PostingsReaderBase Constructor Description BlockReader(IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder)
IntersectBlockReader(CompiledAutomaton compiled, BytesRef startTerm, IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder)
UniformSplitTerms(IndexInput blockInput, FieldMetadata fieldMetadata, PostingsReaderBase postingsReader, BlockDecoder blockDecoder, IndexDictionary.BrowserSupplier dictionaryBrowserSupplier)
UniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap)
UniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, FieldMetadata.Serializer fieldMetadataReader, java.lang.String codecName, int versionStart, int versionCurrent, java.lang.String termsBlocksExtension, java.lang.String dictionaryExtension)
-
Uses of PostingsReaderBase in org.apache.lucene.codecs.uniformsplit.sharedterms
Methods in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type PostingsReaderBase Modifier and Type Method Description protected FieldsProducer
STUniformSplitPostingsFormat. createUniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder)
protected void
STUniformSplitTermsReader. fillFieldMap(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, IndexInput dictionaryInput, IndexInput blockInput, java.util.Collection<FieldMetadata> fieldMetadataCollection, FieldInfos fieldInfos)
Constructors in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type PostingsReaderBase Constructor Description STBlockReader(IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, FieldInfos fieldInfos)
STIntersectBlockReader(CompiledAutomaton compiled, BytesRef startTerm, IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, FieldInfos fieldInfos)
STMergingBlockReader(IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, FieldInfos fieldInfos)
STUniformSplitTerms(IndexInput blockInput, FieldMetadata fieldMetadata, FieldMetadata unionFieldMetadata, PostingsReaderBase postingsReader, BlockDecoder blockDecoder, FieldInfos fieldInfos, IndexDictionary.BrowserSupplier dictionaryBrowserSupplier)
STUniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap)
STUniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, FieldMetadata.Serializer fieldMetadataReader, java.lang.String codecName, int versionStart, int versionCurrent, java.lang.String termsBlocksExtension, java.lang.String dictionaryExtension)
-
Uses of PostingsReaderBase in org.apache.lucene.sandbox.codecs.idversion
Subclasses of PostingsReaderBase in org.apache.lucene.sandbox.codecs.idversion Modifier and Type Class Description (package private) class
IDVersionPostingsReader
Fields in org.apache.lucene.sandbox.codecs.idversion declared as PostingsReaderBase Modifier and Type Field Description (package private) PostingsReaderBase
VersionBlockTreeTermsReader. postingsReader
Constructors in org.apache.lucene.sandbox.codecs.idversion with parameters of type PostingsReaderBase Constructor Description VersionBlockTreeTermsReader(PostingsReaderBase postingsReader, SegmentReadState state)
Sole constructor.
-