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 |
FSTDictionary.BrowserSupplier.dictionary
Lazy loaded immutable index dictionary FST.
|
Modifier and Type | Method and Description |
---|---|
IndexDictionary |
IndexDictionary.Builder.build()
Builds the immutable
IndexDictionary for the added entries. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.