Package org.apache.lucene.util
Interface NamedSPILoader.NamedSPI
-
- All Known Implementing Classes:
Codec,DocValuesFormat,FilterCodec,Lucene80DocValuesFormat,Lucene84Codec,Lucene84PostingsFormat,PerFieldDocValuesFormat,PerFieldPostingsFormat,PostingsFormat
- Enclosing class:
- NamedSPILoader<S extends NamedSPILoader.NamedSPI>
public static interface NamedSPILoader.NamedSPIInterface to supportNamedSPILoader.lookup(String)by name.Names must be all ascii alphanumeric, and less than 128 characters in length.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
-