java.lang.Object
org.elasticsearch.index.codec.CodecService
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
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
Returns all registered available codec namesorg.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
-
availableCodecs
Returns all registered available codec names
-