Package org.apache.lucene.util
Interface NamedSPILoader.NamedSPI
-
- All Known Implementing Classes:
BlockTreeOrdsPostingsFormat
,BloomFilteringPostingsFormat
,Codec
,Completion50PostingsFormat
,Completion84PostingsFormat
,Completion90PostingsFormat
,CompletionPostingsFormat
,DirectPostingsFormat
,DocValuesFormat
,FilterCodec
,FSTPostingsFormat
,IDVersionPostingsFormat
,KnnVectorsFormat
,Lucene50PostingsFormat
,Lucene70Codec
,Lucene70DocValuesFormat
,Lucene80Codec
,Lucene80DocValuesFormat
,Lucene84Codec
,Lucene84PostingsFormat
,Lucene86Codec
,Lucene87Codec
,Lucene90Codec
,Lucene90DocValuesFormat
,Lucene90HnswVectorsFormat
,Lucene90PostingsFormat
,Lucene91Codec
,Lucene91HnswVectorsFormat
,Lucene92Codec
,Lucene92HnswVectorsFormat
,PerFieldDocValuesFormat
,PerFieldKnnVectorsFormat
,PerFieldPostingsFormat
,PostingsFormat
,SimpleTextCodec
,SimpleTextDocValuesFormat
,SimpleTextKnnVectorsFormat
,SimpleTextPostingsFormat
,SortedNumericSortField.Provider
,SortedSetSortField.Provider
,SortField.Provider
,SortFieldProvider
,STUniformSplitPostingsFormat
,UniformSplitPostingsFormat
- Enclosing class:
- NamedSPILoader<S extends NamedSPILoader.NamedSPI>
public static interface NamedSPILoader.NamedSPI
Interface 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.String
getName()
-