Uses of Interface
org.apache.lucene.codecs.uniformsplit.IndexDictionary
Packages that use IndexDictionary
Package
Description
Pluggable term index / block terms dictionary implementations.
-
Uses of IndexDictionary in org.apache.lucene.codecs.uniformsplit
Classes in org.apache.lucene.codecs.uniformsplit that implement IndexDictionaryModifier and TypeClassDescriptionclass
Immutable statelessFST
-based index dictionary kept in memory.Fields in org.apache.lucene.codecs.uniformsplit declared as IndexDictionaryModifier and TypeFieldDescriptionprotected IndexDictionary
FSTDictionary.BrowserSupplier.dictionary
Lazy loaded immutable index dictionary FST.Methods in org.apache.lucene.codecs.uniformsplit that return IndexDictionaryModifier and TypeMethodDescriptionIndexDictionary.Builder.build()
Builds the immutableIndexDictionary
for the added entries.