Uses of Interface
org.apache.lucene.util.NamedSPILoader.NamedSPI
-
-
Uses of NamedSPILoader.NamedSPI in org.apache.lucene.codecs
Classes in org.apache.lucene.codecs that implement NamedSPILoader.NamedSPI Modifier and Type Class Description classCodecEncodes/decodes an inverted index segment.classDocValuesFormatEncodes/decodes per-document values.classFilterCodecA codec that forwards all its method calls to another codec.classPostingsFormatEncodes/decodes terms, postings, and proximity data. -
Uses of NamedSPILoader.NamedSPI in org.apache.lucene.codecs.lucene84
Classes in org.apache.lucene.codecs.lucene84 that implement NamedSPILoader.NamedSPI Modifier and Type Class Description classLucene84CodecImplements the Lucene 8.4 index format, with configurable per-field postings and docvalues formats.classLucene84PostingsFormatLucene 5.0 postings format, which encodes postings in packed integer blocks for fast decode. -
Uses of NamedSPILoader.NamedSPI in org.apache.lucene.codecs.perfield
Classes in org.apache.lucene.codecs.perfield that implement NamedSPILoader.NamedSPI Modifier and Type Class Description classPerFieldDocValuesFormatEnables per field docvalues support.classPerFieldPostingsFormatEnables per field postings support. -
Uses of NamedSPILoader.NamedSPI in org.apache.lucene.search.suggest.document
Classes in org.apache.lucene.search.suggest.document that implement NamedSPILoader.NamedSPI Modifier and Type Class Description classCompletion50PostingsFormatCompletionPostingsFormatfororg.apache.lucene.codecs.lucene50.Lucene50PostingsFormat.classCompletionPostingsFormatAPostingsFormatwhich supports document suggestion based on indexedSuggestFields. -
Uses of NamedSPILoader.NamedSPI in org.apache.lucene.util
Classes in org.apache.lucene.util with type parameters of type NamedSPILoader.NamedSPI Modifier and Type Class Description classNamedSPILoader<S extends NamedSPILoader.NamedSPI>Helper class for loading named SPIs from classpath (e.g. -
Uses of NamedSPILoader.NamedSPI in org.elasticsearch.index.codec
Classes in org.elasticsearch.index.codec that implement NamedSPILoader.NamedSPI Modifier and Type Class Description classPerFieldMappingPostingFormatCodecThis postings formatis the defaultPostingsFormatfor Elasticsearch.
-