Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
Modifier and Type | Field and Description |
---|---|
private static NamedSPILoader<Codec> |
Codec.Holder.LOADER |
private static NamedSPILoader<DocValuesFormat> |
DocValuesFormat.Holder.LOADER |
private static NamedSPILoader<PostingsFormat> |
PostingsFormat.Holder.LOADER |
Modifier and Type | Method and Description |
---|---|
(package private) static NamedSPILoader<Codec> |
Codec.Holder.getLoader() |
(package private) static NamedSPILoader<DocValuesFormat> |
DocValuesFormat.Holder.getLoader() |
(package private) static NamedSPILoader<PostingsFormat> |
PostingsFormat.Holder.getLoader() |