| 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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FSTDictionary.BrowserSupplier
Provides stateful
FSTDictionary.Browser to seek in the FSTDictionary. |
| Modifier and Type | Field and Description |
|---|---|
protected IndexDictionary.BrowserSupplier |
BlockReader.dictionaryBrowserSupplier
IndexDictionary.Browser supplier for lazy loading. |
protected IndexDictionary.BrowserSupplier |
UniformSplitTerms.dictionaryBrowserSupplier |
| Modifier and Type | Method and Description |
|---|---|
protected IndexDictionary.BrowserSupplier |
UniformSplitTermsReader.createDictionaryBrowserSupplier(SegmentReadState state,
IndexInput dictionaryInput,
FieldMetadata fieldMetadata,
BlockDecoder blockDecoder,
boolean dictionaryOnHeap) |
| Constructor and Description |
|---|
BlockReader(IndexDictionary.BrowserSupplier dictionaryBrowserSupplier,
IndexInput blockInput,
PostingsReaderBase postingsReader,
FieldMetadata fieldMetadata,
BlockDecoder blockDecoder) |
IntersectBlockReader(CompiledAutomaton compiled,
BytesRef startTerm,
IndexDictionary.BrowserSupplier dictionaryBrowserSupplier,
IndexInput blockInput,
PostingsReaderBase postingsReader,
FieldMetadata fieldMetadata,
BlockDecoder blockDecoder) |
UniformSplitTerms(IndexInput blockInput,
FieldMetadata fieldMetadata,
PostingsReaderBase postingsReader,
BlockDecoder blockDecoder,
IndexDictionary.BrowserSupplier dictionaryBrowserSupplier) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.