Package | Description |
---|---|
org.apache.lucene.codecs.uniformsplit |
Pluggable term index / block terms dictionary implementations.
|
Modifier and Type | Class and Description |
---|---|
protected class |
FSTDictionary.Browser
Stateful
FSTDictionary.Browser to seek a term in this FSTDictionary
and get its corresponding block file pointer in the block file. |
Modifier and Type | Field and Description |
---|---|
protected IndexDictionary.Browser |
BlockReader.dictionaryBrowser
Holds the
IndexDictionary.Browser once loaded. |
Modifier and Type | Method and Description |
---|---|
IndexDictionary.Browser |
IndexDictionary.browser()
Creates a new
IndexDictionary.Browser . |
IndexDictionary.Browser |
FSTDictionary.BrowserSupplier.get() |
protected IndexDictionary.Browser |
BlockReader.getOrCreateDictionaryBrowser() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.