java.lang.Object
org.elasticsearch.index.codec.CodecService
- All Implemented Interfaces:
CodecProvider
Since Lucene 4.0 low level index segments are read and written through a
codec layer that allows to use use-case specific file formats &
data-structures per field. Elasticsearch exposes the full
Codec
capabilities through this CodecService
.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
Returns all registered available codec names.org.apache.lucene.codecs.Codec
-
Field Details
-
ZSTD_STORED_FIELDS_FEATURE_FLAG
-
DEFAULT_CODEC
- See Also:
-
LEGACY_DEFAULT_CODEC
- See Also:
-
BEST_COMPRESSION_CODEC
- See Also:
-
LEGACY_BEST_COMPRESSION_CODEC
- See Also:
-
LUCENE_DEFAULT_CODEC
the raw unfiltered lucene default. useful for testing- See Also:
-
-
Constructor Details
-
CodecService
-
-
Method Details
-
codec
- Specified by:
codec
in interfaceCodecProvider
-
availableCodecs
Returns all registered available codec names.- Specified by:
availableCodecs
in interfaceCodecProvider
-