Uses of Class
org.apache.lucene.util.NamedSPILoader
-
Packages that use NamedSPILoader Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. -
-
Uses of NamedSPILoader in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as NamedSPILoader Modifier and Type Field Description private static NamedSPILoader<Codec>
Codec.Holder. LOADER
private static NamedSPILoader<DocValuesFormat>
DocValuesFormat.Holder. LOADER
private static NamedSPILoader<PostingsFormat>
PostingsFormat.Holder. LOADER
Methods in org.apache.lucene.codecs that return NamedSPILoader Modifier and Type Method 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()
-