Class CodecService

java.lang.Object
org.elasticsearch.index.codec.CodecService
All Implemented Interfaces:
CodecProvider

public class CodecService extends Object implements 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.