Uses of Interface
org.apache.lucene.codecs.uniformsplit.IndexDictionary.Browser
-
Packages that use IndexDictionary.Browser Package Description 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. -
-
Uses of IndexDictionary.Browser in org.apache.lucene.codecs.uniformsplit
Classes in org.apache.lucene.codecs.uniformsplit that implement IndexDictionary.Browser Modifier and Type Class Description protected class
FSTDictionary.Browser
Fields in org.apache.lucene.codecs.uniformsplit declared as IndexDictionary.Browser Modifier and Type Field Description protected IndexDictionary.Browser
BlockReader. dictionaryBrowser
Holds theIndexDictionary.Browser
once loaded.Fields in org.apache.lucene.codecs.uniformsplit with type parameters of type IndexDictionary.Browser Modifier and Type Field Description protected java.util.function.Supplier<IndexDictionary.Browser>
BlockReader. dictionaryBrowserSupplier
IndexDictionary.Browser
supplier for lazy loading.Methods in org.apache.lucene.codecs.uniformsplit that return IndexDictionary.Browser Modifier and Type Method Description IndexDictionary.Browser
IndexDictionary. browser()
Creates a newIndexDictionary.Browser
.IndexDictionary.Browser
DictionaryBrowserSupplier. get()
Gets or lazy loads the immutableIndexDictionary
thread safely and creates a newIndexDictionary.Browser
.protected IndexDictionary.Browser
BlockReader. getOrCreateDictionaryBrowser()
Constructor parameters in org.apache.lucene.codecs.uniformsplit with type arguments of type IndexDictionary.Browser Constructor Description BlockReader(java.util.function.Supplier<IndexDictionary.Browser> dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder)
-
Uses of IndexDictionary.Browser in org.apache.lucene.codecs.uniformsplit.sharedterms
Constructor parameters in org.apache.lucene.codecs.uniformsplit.sharedterms with type arguments of type IndexDictionary.Browser Constructor Description STBlockReader(java.util.function.Supplier<IndexDictionary.Browser> dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, FieldInfos fieldInfos)
STMergingBlockReader(java.util.function.Supplier<IndexDictionary.Browser> dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, FieldInfos fieldInfos)
-