Package org.apache.lucene.util
Interface NamedSPILoader.NamedSPI
-
- All Known Implementing Classes:
Codec,CompressingCodec,DocValuesFormat,FilterCodec,Lucene3xCodec,Lucene40Codec,Lucene40DocValuesFormat,Lucene40PostingsFormat,Lucene41Codec,Lucene41PostingsFormat,Lucene42Codec,Lucene42DocValuesFormat,Lucene45Codec,Lucene45DocValuesFormat,Lucene46Codec,OakCodec,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 java.lang.StringgetName()
-