Uses of Interface
org.apache.lucene.codecs.uniformsplit.IndexDictionary.BrowserSupplier
Packages that use IndexDictionary.BrowserSupplier
Package
Description
Pluggable term index / block terms dictionary implementations.
Pluggable term index / block terms dictionary implementations.
-
Uses of IndexDictionary.BrowserSupplier in org.apache.lucene.codecs.uniformsplit
Classes in org.apache.lucene.codecs.uniformsplit that implement IndexDictionary.BrowserSupplierModifier and TypeClassDescriptionstatic class
Provides statefulFSTDictionary.Browser
to seek in theFSTDictionary
.Fields in org.apache.lucene.codecs.uniformsplit declared as IndexDictionary.BrowserSupplierModifier and TypeFieldDescriptionprotected final IndexDictionary.BrowserSupplier
BlockReader.dictionaryBrowserSupplier
IndexDictionary.Browser
supplier for lazy loading.protected final IndexDictionary.BrowserSupplier
UniformSplitTerms.dictionaryBrowserSupplier
Methods in org.apache.lucene.codecs.uniformsplit that return IndexDictionary.BrowserSupplierModifier and TypeMethodDescriptionprotected IndexDictionary.BrowserSupplier
UniformSplitTermsReader.createDictionaryBrowserSupplier
(SegmentReadState state, IndexInput dictionaryInput, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, boolean dictionaryOnHeap) Constructors in org.apache.lucene.codecs.uniformsplit with parameters of type IndexDictionary.BrowserSupplierModifierConstructorDescriptionprotected
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)