Package org.elasticsearch.index.codec
Class CodecService
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
-
Constructor Summary
ConstructorDescriptionCodecService(MapperService mapperService, org.apache.logging.log4j.Logger logger)
-
Method Summary
Modifier and TypeMethodDescriptionString[]
Returns all registered available codec namesorg.apache.lucene.codecs.Codec
-
Field Details
-
DEFAULT_CODEC
- See Also:
- Constant Field Values
-
BEST_COMPRESSION_CODEC
- See Also:
- Constant Field Values
-
LUCENE_DEFAULT_CODEC
the raw unfiltered lucene default. useful for testing- See Also:
- Constant Field Values
-
-
Constructor Details
-
CodecService
-
-
Method Details
-
codec
-
availableCodecs
Returns all registered available codec names
-