Uses of Class
org.apache.lucene.util.NamedSPILoader
Packages that use NamedSPILoader
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Code to maintain and access indices.
-
Uses of NamedSPILoader in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as NamedSPILoaderModifier and TypeFieldDescriptionprivate static final NamedSPILoader<Codec>
Codec.Holder.LOADER
private static final NamedSPILoader<DocValuesFormat>
DocValuesFormat.Holder.LOADER
private static final NamedSPILoader<KnnVectorsFormat>
KnnVectorsFormat.Holder.LOADER
private static final NamedSPILoader<PostingsFormat>
PostingsFormat.Holder.LOADER
Methods in org.apache.lucene.codecs that return NamedSPILoaderModifier and TypeMethodDescription(package private) static NamedSPILoader<Codec>
Codec.Holder.getLoader()
(package private) static NamedSPILoader<DocValuesFormat>
DocValuesFormat.Holder.getLoader()
(package private) static NamedSPILoader<KnnVectorsFormat>
KnnVectorsFormat.Holder.getLoader()
(package private) static NamedSPILoader<PostingsFormat>
PostingsFormat.Holder.getLoader()
-
Uses of NamedSPILoader in org.apache.lucene.index
Fields in org.apache.lucene.index declared as NamedSPILoaderModifier and TypeFieldDescriptionprivate static final NamedSPILoader<SortFieldProvider>
SortFieldProvider.Holder.LOADER
Methods in org.apache.lucene.index that return NamedSPILoaderModifier and TypeMethodDescription(package private) static NamedSPILoader<SortFieldProvider>
SortFieldProvider.Holder.getLoader()