Uses of Interface
org.apache.lucene.codecs.uniformsplit.IndexDictionary.Browser
Packages that use IndexDictionary.Browser
Package
Description
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.BrowserModifier and TypeClassDescriptionprotected class
StatefulFSTDictionary.Browser
to seek a term in thisFSTDictionary
and get its corresponding block file pointer in the block file.Fields in org.apache.lucene.codecs.uniformsplit declared as IndexDictionary.BrowserModifier and TypeFieldDescriptionprotected IndexDictionary.Browser
BlockReader.dictionaryBrowser
Holds theIndexDictionary.Browser
once loaded.Methods in org.apache.lucene.codecs.uniformsplit that return IndexDictionary.BrowserModifier and TypeMethodDescriptionIndexDictionary.browser()
Creates a newIndexDictionary.Browser
.FSTDictionary.BrowserSupplier.get()
protected IndexDictionary.Browser
BlockReader.getOrCreateDictionaryBrowser()