Uses of Class
org.apache.lucene.codecs.uniformsplit.DictionaryBrowserSupplier
-
Packages that use DictionaryBrowserSupplier 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 DictionaryBrowserSupplier in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as DictionaryBrowserSupplier Modifier and Type Field Description protected DictionaryBrowserSupplier
UniformSplitTerms. dictionaryBrowserSupplier
Constructors in org.apache.lucene.codecs.uniformsplit with parameters of type DictionaryBrowserSupplier Constructor Description IntersectBlockReader(CompiledAutomaton compiled, BytesRef startTerm, DictionaryBrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder)
UniformSplitTerms(IndexInput blockInput, FieldMetadata fieldMetadata, PostingsReaderBase postingsReader, BlockDecoder blockDecoder, DictionaryBrowserSupplier dictionaryBrowserSupplier)
-
Uses of DictionaryBrowserSupplier in org.apache.lucene.codecs.uniformsplit.sharedterms
Constructors in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type DictionaryBrowserSupplier Constructor Description STIntersectBlockReader(CompiledAutomaton compiled, BytesRef startTerm, DictionaryBrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, FieldInfos fieldInfos)
STUniformSplitTerms(IndexInput blockInput, FieldMetadata fieldMetadata, FieldMetadata unionFieldMetadata, PostingsReaderBase postingsReader, BlockDecoder blockDecoder, FieldInfos fieldInfos, DictionaryBrowserSupplier dictionaryBrowserSupplier)
-