Uses of Class
org.apache.lucene.codecs.Codec
Packages that use Codec
Package
Description
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Lucene 8.4 file format.
Lucene 8.6 file format.
Lucene 8.7 file format.
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.9 file format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of Codec in org.apache.lucene.backward_codecs.lucene70
Subclasses of Codec in org.apache.lucene.backward_codecs.lucene70Modifier and TypeClassDescriptionclassImplements the Lucene 7.0 index format, with configurable per-field postings and docvalues formats. -
Uses of Codec in org.apache.lucene.backward_codecs.lucene80
Subclasses of Codec in org.apache.lucene.backward_codecs.lucene80 -
Uses of Codec in org.apache.lucene.backward_codecs.lucene84
Subclasses of Codec in org.apache.lucene.backward_codecs.lucene84Modifier and TypeClassDescriptionclassImplements the Lucene 8.4 index format, with configurable per-field postings and docvalues formats. -
Uses of Codec in org.apache.lucene.backward_codecs.lucene86
Subclasses of Codec in org.apache.lucene.backward_codecs.lucene86Modifier and TypeClassDescriptionclassImplements the Lucene 8.6 index format, with configurable per-field postings and docvalues formats. -
Uses of Codec in org.apache.lucene.backward_codecs.lucene87
Subclasses of Codec in org.apache.lucene.backward_codecs.lucene87Modifier and TypeClassDescriptionclassImplements the Lucene 8.6 index format, with configurable per-field postings and docvalues formats. -
Uses of Codec in org.apache.lucene.backward_codecs.lucene90
Subclasses of Codec in org.apache.lucene.backward_codecs.lucene90 -
Uses of Codec in org.apache.lucene.backward_codecs.lucene91
Subclasses of Codec in org.apache.lucene.backward_codecs.lucene91 -
Uses of Codec in org.apache.lucene.backward_codecs.lucene92
Subclasses of Codec in org.apache.lucene.backward_codecs.lucene92 -
Uses of Codec in org.apache.lucene.backward_codecs.lucene94
Subclasses of Codec in org.apache.lucene.backward_codecs.lucene94 -
Uses of Codec in org.apache.lucene.backward_codecs.lucene95
Subclasses of Codec in org.apache.lucene.backward_codecs.lucene95 -
Uses of Codec in org.apache.lucene.codecs
Subclasses of Codec in org.apache.lucene.codecsModifier and TypeClassDescriptionclassA codec that forwards all its method calls to another codec.Fields in org.apache.lucene.codecs declared as CodecModifier and TypeFieldDescription(package private) static CodecCodec.Holder.defaultCodecprotected final CodecFilterCodec.delegateThe codec to filter.Fields in org.apache.lucene.codecs with type parameters of type CodecMethods in org.apache.lucene.codecs that return CodecModifier and TypeMethodDescriptionstatic Codeclooks up a codec by namestatic CodecCodec.getDefault()expert: returns the default codec used for newly createdIndexWriterConfigs.Methods in org.apache.lucene.codecs that return types with arguments of type CodecModifier and TypeMethodDescription(package private) static NamedSPILoader<Codec> Codec.Holder.getLoader()Methods in org.apache.lucene.codecs with parameters of type CodecModifier and TypeMethodDescriptionstatic voidCodec.setDefault(Codec codec) expert: sets the default codec used for newly createdIndexWriterConfigs.Constructors in org.apache.lucene.codecs with parameters of type CodecModifierConstructorDescriptionprotectedFilterCodec(String name, Codec delegate) Sole constructor. -
Uses of Codec in org.apache.lucene.codecs.lucene99
Subclasses of Codec in org.apache.lucene.codecs.lucene99 -
Uses of Codec in org.apache.lucene.codecs.simpletext
Subclasses of Codec in org.apache.lucene.codecs.simpletext -
Uses of Codec in org.apache.lucene.index
Fields in org.apache.lucene.index declared as CodecModifier and TypeFieldDescriptionCheckIndex.Status.SegmentInfoStatus.codecCodec used to read this segment.(package private) final CodecDocumentsWriterPerThread.codecprotected CodecLiveIndexWriterConfig.codecCodecused to write new segments.private CodecSegmentInfo.codecprivate final CodecSegmentMerger.codec(package private) final CodecStoredFieldsConsumer.codecprotected final CodecTermVectorsConsumer.codecprivate final CodecVectorValuesConsumer.codecMethods in org.apache.lucene.index that return CodecModifier and TypeMethodDescriptionIndexWriterConfig.getCodec()LiveIndexWriterConfig.getCodec()Returns the currentCodec.SegmentInfo.getCodec()ReturnCodecthat wrote this segment.private static CodecMethods in org.apache.lucene.index with parameters of type CodecConstructors in org.apache.lucene.index with parameters of type CodecModifierConstructorDescriptionSegmentInfo(Directory dir, Version version, Version minVersion, String name, int maxDoc, boolean isCompoundFile, boolean hasBlocks, Codec codec, Map<String, String> diagnostics, byte[] id, Map<String, String> attributes, Sort indexSort) Construct a new complete SegmentInfo instance from input.(package private)SortingStoredFieldsConsumer(Codec codec, Directory directory, SegmentInfo info) (package private)SortingTermVectorsConsumer(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Directory directory, SegmentInfo info, Codec codec) (package private)StoredFieldsConsumer(Codec codec, Directory directory, SegmentInfo info) (package private)TermVectorsConsumer(IntBlockPool.Allocator intBlockAllocator, ByteBlockPool.Allocator byteBlockAllocator, Directory directory, SegmentInfo info, Codec codec) (package private)VectorValuesConsumer(Codec codec, Directory directory, SegmentInfo segmentInfo, InfoStream infoStream)