| Package | Description |
|---|---|
| org.apache.lucene.codecs.uniformsplit |
Pluggable term index / block terms dictionary implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FSTDictionary
Immutable stateless
FST-based index dictionary kept in memory. |
| Modifier and Type | Field and Description |
|---|---|
protected IndexDictionary |
DictionaryBrowserSupplier.dictionary
Lazy loaded immutable index dictionary (trie hold in RAM).
|
| Modifier and Type | Method and Description |
|---|---|
IndexDictionary |
IndexDictionary.Builder.build() |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.